TheElephantMan
Programmer
Hi, all.
Is there a way to create a table based on the contents of an insert statement? Something like...
MAKE TABLE (VARCHAR NAME, INTEGER ID) FROM SELECT * FROM USERS;
Pardon my rusty pseudocode; I've been away from traditional RDBMS' for too long. :-/
Thanks in advance!
TEM
Is there a way to create a table based on the contents of an insert statement? Something like...
MAKE TABLE (VARCHAR NAME, INTEGER ID) FROM SELECT * FROM USERS;
Pardon my rusty pseudocode; I've been away from traditional RDBMS' for too long. :-/
Thanks in advance!
TEM