G
Guest
Hi,
Is there a way to execute SQL statement on a Dataset?
For example, my Dataset contains 1 table and I want to execute the following
SQL statement:
UPDATE table1 SET Field1='x' WHERE Field2='y'
I know I can use filter and loop on the rows but I have many SQL statements
I'ld like to reuse them.
Thanks,
Is there a way to execute SQL statement on a Dataset?
For example, my Dataset contains 1 table and I want to execute the following
SQL statement:
UPDATE table1 SET Field1='x' WHERE Field2='y'
I know I can use filter and loop on the rows but I have many SQL statements
I'ld like to reuse them.
Thanks,