I need to make a select in mysql of all users of a table, however I can not receive the first two users of the table and I need to do this without specifying id, since when more users are registered I need the first two not to appear . I tried some things like NOT EXISTS (Other Select), but it did not help. I can not update my SQL so I can not use LIMIT, IN, ALL, ANY, and SOME. Does anyone know in any way? If there is another way you can tell me too.