I want to assign the deleted data of table t to variable a as follows:
a = delete from t where t1 > 0
If there is no variable assignment, the specified data of t is directly deleted.
I want to assign the deleted data of table t to variable a as follows:
a = delete from t where t1 > 0
If there is no variable assignment, the specified data of t is directly deleted.
Copyright © 2021 Jogjafile Inc.
You can directly use the select statement to assign values to a. Here is an example script: