I would like you to resolve this doubt.
I want to make a query of a user table, but I want to do it so that I can display two results, since I want to compare the information of two users.
When I make a normal query it would be like this:
SELECT * FROM seUser WHERE ID_User = '1'
and it displays the user's information with ID 1. Now, what I want to add is that the query also displays the user's information with ID 23, I hope I could have explained myself well.