It is more like
SELECT users.id FROM users
or
select users.id from users
Comment on Spent half an hour on it. Felt good.
cobysev@lemmy.world 1 month agoSQL is the language. Its name is also an acronym, for “Structured Query Language.”
It is more like
SELECT users.id FROM users
or
select users.id from users
Is your caps lock broken? What the heck is that second select?
Dave@lemmy.nz 1 month ago
More specifically I meant when I am writing in the language.
I don’t write “SELECT * FROM users;”, I write “select * from users;”