AndersonCJA
Programmer
This command works in V10 and although I can use the sql expression field for other selects in V8, the command below works using V10 but not V8.
The database is Oracle 8i.
(select distinct pack_TAXnbr.func_GETTAXnbr(taxnbr, null, null) from table1 where field = "table2"."field2")
Is there a way it can work using Version 8?
Are there limitations in V8 with using Functions and Stored procedures in the sql expression field?
Thank you,
The database is Oracle 8i.
(select distinct pack_TAXnbr.func_GETTAXnbr(taxnbr, null, null) from table1 where field = "table2"."field2")
Is there a way it can work using Version 8?
Are there limitations in V8 with using Functions and Stored procedures in the sql expression field?
Thank you,