Closed szarnyasg closed 1 month ago
This PR applies some basic SQL formatting on the example queries. Chief among these is the consistent use of capitalization of SQL keywords: while many capitalize SELECT, they do not do so for FROM, AS, JOIN, etc.
SELECT
FROM
AS
JOIN
Thanks a lot!
This PR applies some basic SQL formatting on the example queries. Chief among these is the consistent use of capitalization of SQL keywords: while many capitalize
SELECT
, they do not do so forFROM
,AS
,JOIN
, etc.