Saint Nick
Lifer
I am new to Oracle Forms/Reports. Given this line of code:
What is up with all of the ticks? I don't understand why that is necessary.
Code:
:WHERE_CLAUSE:=' AND TO_DATE(T.TRANS_DATE,'||''''||'MM/DD/YYYY'||''''||') BETWEEN '||''''||:P_FROM_DATE||''''||' AND '||''''||:P_THRU_DATE||'''';
What is up with all of the ticks? I don't understand why that is necessary.