| Author |
Message |
chkiran2
New User
Joined: 24 Jun 2004 Posts: 25 Location: Gurgoan
|
|
|
|
Hi
If am creating a temporary table uisng Select * into tablename. Are the column names same with the original table so that I can use the values. Also can I create a temporary table with a specifc set of columns. In so how to do that? |
|
| Back to top |
|
 |
References
|
Posted: Wed Jun 30, 2004 10:20 am Post subject: Re: Temporary Tables |
 |
|
|
 |
priya
Moderator
Joined: 24 Jul 2003 Posts: 630 Location: Bangalore
|
|
|
|
| use LIKE option in CREATE table command. |
|
| Back to top |
|
 |
|
|