Hello,
Thanks for your prompt response and making me to understand the difference.
Suppose if we declare:
"
variable1 = ' ABC' || ' and PRODUCT_ID = 101';
"
and if we use the above variable in the following statement:
"
select * from "SCHEMA1"."TABLE1" where product_name = :variable1 ;
"
it takes product id also as the value of product_name and gives no data. Can you help me on how to handle this?
Regards,
Antony Jerald.