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 - Series

Snowflake Vs MS-SQL - Part 79 - Adding a comment to the Column of a Table

Snowflake Vs MS-SQL - Part 75 - String Length and Trimmed Length