Hi,
I See the data in the databas table (From Toad) as follows.
--------------------------------------------------------Discount table data diplays as follows.
CUSTOMER_NO TRANSACTION_ID DISCOUNT_BALANCE
123456789 2.11998576577681E17 5
--------------------------------------------------------------------------------------------------
1.select * from discount where transaction_id=2.11998576577681E17 doesn't fetch any records even though it is available in the database
2.And Join conditions like DISCOUNT.TRANSACTION_ID=TRANSACTION.TRANSACTION_ID will give me problem?
Please help.It is very Important and urgent Issue.