Hi Everyone,
I have a query that I use in Sql*Plus:
SELECT A.PERS_ID,A.LAST_NAME,B.LAST_NAME FROM CNTRCTR A,CNTRCTR_EXT B WHERE TO_NUMBER(A.CNTRCTR
_NO,'9999')= B.CLONE_OF AND B.CLONE_OF IS NOT NULL;
I need to incorporate the tonumber function and format into
the crystal report query that is used for my report but everytime I add the tonumber code in the where clause, I keep getting error message from crystal stating that there is an invalid column name.
Can we use tonumber functions in the sql query? Or are they only available in formulas?
Thanks
Michele
I have a query that I use in Sql*Plus:
SELECT A.PERS_ID,A.LAST_NAME,B.LAST_NAME FROM CNTRCTR A,CNTRCTR_EXT B WHERE TO_NUMBER(A.CNTRCTR
_NO,'9999')= B.CLONE_OF AND B.CLONE_OF IS NOT NULL;
I need to incorporate the tonumber function and format into
the crystal report query that is used for my report but everytime I add the tonumber code in the where clause, I keep getting error message from crystal stating that there is an invalid column name.
Can we use tonumber functions in the sql query? Or are they only available in formulas?
Thanks
Michele