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:
Yogesh Shinde
Comments
Post a Comment