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 3 days 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 3 days ago
More specifically I meant when I am writing in the language.
I don’t write “SELECT * FROM users;”, I write “select * from users;”