How do I execute a Sybase query which is stored in a column of another Sybase table?
Suppose that "SELECT COLa FROM TABLE_A" is stored in a column called 'command' in a separate table (table_log). I want to find a way that allows me to execute this query and get the answer.