TableA
id programid customerid
1 1 1
2 1 2
3 1 3
4 2 1
5 2 2
6 2 3
7 3 1
8 3 2
9 3 3
TableB
programid customerid
1 1
2 2
I want to delete values in TableA...
User Profile
Collapse
-
How to delete statement by joining two tables?
-
Round off the sacle of decimals in db2
Hi I have decimal value of (9,3) in my source table and want to insert it into a table where thje values can be only (9,2). How do you round off the last decimal point
Ex: If I have 666666.666 i want the value as 666666.67. How do i do it?
No activity results to display
Show More