Snowflake Vs MS-SQL - Part 65 - SELECT records - TABLE

         



SELECT records - TABLE

To see the records from any table, you need to use the SELECT command.


MS-SQL Server 

If we want to fetch ALL records, then you can use the SELECT command as below:




However, in Snowflake, this can be achieved in the same way as above; however, you can use the TABLE command as below: 




    

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