Query and Description :
1. Select * into EMP_COPY from emp where 1=1;
Description : This query will create same table with data.
2. Select * into EMP_COPY_2 from emp where 1=2;
Description : This query will create same table without data.
Query and Description :
1. Select * into EMP_COPY from emp where 1=1;
Description : This query will create same table with data.
2. Select * into EMP_COPY_2 from emp where 1=2;
Description : This query will create same table without data.
Copyright (c) 2024 DotNetFullStackDeveloper All Right Reserved
0 Comments
If you have any queries, please let me know. Thanks.