J
jackle_usmc
I keep getting an error message when I run a custom query in DRW. The
syntax is good because it works in query analyzer.
If I do a simple select statement like
"select field1, field2, (select field from table2 where
t1.field1=table2.field) from table1 as t1
where field1='text' "
everything is fine.
If I do
"select field1, field2, (select field from table2 where
t1.field1=table2.field) from table1 as t1
where field1='::text::' "
I get the error message "the custom query contains errors".
I am doing this via database result wizard and doing a custom query in
both cases.
syntax is good because it works in query analyzer.
If I do a simple select statement like
"select field1, field2, (select field from table2 where
t1.field1=table2.field) from table1 as t1
where field1='text' "
everything is fine.
If I do
"select field1, field2, (select field from table2 where
t1.field1=table2.field) from table1 as t1
where field1='::text::' "
I get the error message "the custom query contains errors".
I am doing this via database result wizard and doing a custom query in
both cases.