Please help me to create a bind variable
I'm doing like this
SELECT Period FROM POWER WHERE Period = :F1;
EXEC :F;
Result: Shows Null Values.
Period column is of Date datatype.
Please help me to create a bind variable
I'm doing like this
SELECT Period FROM POWER WHERE Period = :F1;
EXEC :F;
Result: Shows Null Values.
Period column is of Date datatype.