I am trying to create a very simple query:
select * from company_address where MOD(address_Id , 100) = 1
I can't get it.
Can someone help?
(I am running oracle 9).
Thanks
Patrick
What have you tried thus far? I don't have oracle, but may be able to help if we could see what you are trying.