I have a question when creating a method that checks if a record already exists in my database.
In my database I have two tables:
User table: (id, login, password);
Table Orders: (id, qtd, status, userid);
I would like to check the stat...
asked by
24.05.2016 / 22:41