‎2009 May 11 12:06 PM
Hi all,
I need to create a structure at data base level with some fields.
But the thing is i need to achieve using this a program.
Please help me out at the earliest.
Thanks&Regards
‎2009 May 11 12:20 PM
Hi,
EXEC SQL.
CREATE TABLE MARA_TEMP AS SELECT * FROM MARA WHERE 1 = 2
ENDEXEC.This will create Structure : MARA_TEMP at the database level.
Thanks\
Mahesh
‎2009 May 18 4:18 PM