Hi all,
i have a queries which use data from diff tables and diff data types ex-
select a , b ,c (these are numbers)
from table
union all
select a+0,b+0,c+0 (used to convert to numbers)
from table1
but in informix 9.21 this gives an error or just does not work. any ideas are appreciated
Niraj
i have a queries which use data from diff tables and diff data types ex-
select a , b ,c (these are numbers)
from table
union all
select a+0,b+0,c+0 (used to convert to numbers)
from table1
but in informix 9.21 this gives an error or just does not work. any ideas are appreciated
Niraj