D
David
I can run this SQL fine in SQL Developer (run script) and export it to a text
file. I would like to be able to execute this query in Access 2003. I
believe rule_text is a CLOB field.
When I add this SQL in a pass thru query I get the Reserved Error (-7711)
error.
select trim(replace(rule_text,';',chr(10))) as "content"
from table_rule
where table_rule.operation = 'DISPATCH'
Any help is much appreciated.
David
file. I would like to be able to execute this query in Access 2003. I
believe rule_text is a CLOB field.
When I add this SQL in a pass thru query I get the Reserved Error (-7711)
error.
select trim(replace(rule_text,';',chr(10))) as "content"
from table_rule
where table_rule.operation = 'DISPATCH'
Any help is much appreciated.
David