im trying to create a table in DB2 EXPRESS C for example
how can i do this? please help. once i write this procedure table should be created
Code:
create procedure TEST dynamic results sets p1: begin begin execute immediate' create table abc ( empid numeric ); end;
Comment