Select
Making decisions is as simple as writing a select statement
In a SELECT statement, there are a variety of different options that can make the selection more valuable. Some of them will work directly in Snowflake, while others will take some translation.
Here's a list of some of those parameters.
DISTINCT
VALUES
JOIN
WHERE
GROUP BY
UNION
Let's take a look at each of these.
Last updated