Hell Everyone,
I have a select statement.
Select * from Table1 Inner join Table2 on table1-field1 = table2-field2
in corresponding field of itab.
Here table1- field1 contains values like : 00010,00020
Corresponding values in table2-field2 is : 000010, 000020.
My join condition is failing because of these extra zeroes.
The data type of table1-field1 and table2-field2 is different.
Is there any way that I can truncate these zeroes and then compare.
Kindly give your inputs
Thanks & Regards,
Rohit.