we want to create a new table with the help another table which have 20 records in it .
How with help of query or sql syntax we create another table which same no. of records but not data in it.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj Kumar ChoudharyPosted Jun 15, 2015, 10:06 PM
* INTO New_Table
FROM Old_Table
WHERE 1 = 2
Jitendra KumarPosted Jun 15, 2015, 9:06 AM