how to get result form mysql query in specific ids [closed]

Change your query to say you want an id greater than the number you’re looking for –

 "SELECT * FROM category WHERE id > '10'"

Leave a Comment