top | item 32800723

(no title)

lgsilver | 3 years ago

Most SQL dialects accept a positional or a direct reference to the column name. “1” represents the first column created by the select statement, “name”.

discuss

order

eatonphil|3 years ago

Ah I see. Is that how `count(1)` also works? Or is that different.

xapata|3 years ago

Different. SQL's syntax is funky.