Hi,
I have a table which has only one number field: [ value NUMBER(12.0) ]
I would like to store these two types of non negative numbers.
Type A : ( a list of non negative numbers )
Type B : ( another list of non negative numbers )
I have just this one table. Without making any DML changes, is it possible for me to store both types of numbers, with some distinction..
I thought of using sign to differentiate , but it will fail in case of 0..
Thanks, Trinity