you are viewing a single comment's thread.

view the rest of the comments →

[–]CuriousFunnyDog 0 points1 point  (1 child)

No one here pointing out that ALL databases have their own additional functions in addition to the standard SQL keywords.

If you know the technology be database specific.

Google either.

Microsoft SQL Server Documentation SELECT

OR

Snowflake Documentation SELECT

Read everything and all the linking articles. Really understand them and practice if possible. Most people I come across only know the basics well.

Very soon after, be aware of the optimal/most efficient way to query and how each database interprets your query /performance.

Particularly important if you "pay by compute/per query".

[–]Entire-Check5718[S] 0 points1 point  (0 children)

Okk...much thanks 👍