Hello all of you,
I would like to use WHERE clause in constructing larger statements stored inside a database table as a string. Inside the INSERT Trigger for a different table, I would like to be able to:
<get the tuple with the WHERE clause I want to use>;
SELECT * FROM t WHERE <use code in database>;
Can I pull out this data and append the data to the second statement and execute it?
Thanks.
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --