Hello,
I got error when I'm trying to put the character statement in SELECT statement (I just want to show the DELETE record statment) like below:
select 'DELETE table WHERE table_ID = ' + table_id
from table
where table_id in (1234, xxxxx,xxxxx)
How can I resolve this problem. Thank you for your help
in advance.
I got error when I'm trying to put the character statement in SELECT statement (I just want to show the DELETE record statment) like below:
select 'DELETE table WHERE table_ID = ' + table_id
from table
where table_id in (1234, xxxxx,xxxxx)
How can I resolve this problem. Thank you for your help
in advance.