Snowflake Vs MS-SQL - Part 45 - Select data from a table

          


Select data from a table

If you want to select all columns from a table then we use the SELECT command. 

MS-SQL Server 

Using the SELECT command we can fetch the data from the table below:



In Snowflake, we can use a similar approach as above. However, Snowflake has a different approach i.e you can mention the below command: 


Alternatively, you can use the below command as well.




For more details, you can refer to the following Literals-Table.




Yogesh Shinde

LinkedInProfile

<<< Back Next >>>

Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Part 36 - SPLIT_TO_TABLE

Snowflake Vs MS-SQL - Part 63 - ON Clause & Cross Join

Snowflake Vs MS-SQL - Part 33 - INITCAP