Good afternoon!
I'm trying to perform a query on a user table that has FK from 4 other tables, but I guess that's not the case, and I make 2 filters in WHERE, for example WHERE login = 'string' AND id <> numero;
. But it does not return anything, obs: I put the exact information to bring a record of the table.
Out of curiosity I tested without these conditions, without the WHERE, and brings all the records of the table. So I think it might be syntax error, right? I'm doing as in the documentation example: link .
Follow the code in the pastebin: link