In the relational model condition, I have to specify the table prefix, am I right?
Example: SELECT c.nome, c.idade, a.nome, a.idade FROM ...
What I wanted to know is if you can not do something like this:
SELECT c(nome, idade)...
asked by
23.03.2017 / 20:59