cancel
Showing results for 
Search instead for 
Did you mean: 

DELETE RECORDS FROM A TABLE VARIABLE

Former Member
0 Kudos

Hi All,

What is the syntax for deleting records from a table type variable?

The statement DELETE FROM :TABLE_1; is giving a syntax error when used in the script based calc view.

Goutham

Accepted Solutions (0)

Answers (1)

Answers (1)

sagarjoshi
Advisor
Advisor
0 Kudos

You can not do DELETE, INSERT on intermediate table variables.

Specify your exact requirement why you want to DELETE on intermediate table variable.

If you want to delete certain rows then you must write it as SELECT condition itself.