![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to create a new table containing only the results from a select statement of another table. How is that done? select a, b, c into destTable from sourceTable where a='x'; Does one have to create the destTable or is it created for you with the correct structure? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I want to create a new table containing only the results from a select statement of another table. How is that done? select a, b, c into destTable from sourceTable where a='x'; Does one have to create the destTable or is it created for you with the correct structure? |
![]() |
| Thread Tools | |
| Display Modes | |
| |