Hi Guille > 1> select * from ((select t1.c1, null t3 from test t1 where t1.c1 is not > null) U > NION ALL (select NULL t3, t2.c2 from test t2 where t2.c2 is not null)) tt > 2> go > c1 t3 > 1 NULL > NULL 3 > (2 rows affected)
I think I've found the problem in the MSSQL code (the NULL indicator wasn't set correctly). Could you update to SVN rev. 363 or later and check if your problem is solved now? Thanks Norbert ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ libopendbx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libopendbx-devel http://www.linuxnetworks.de/doc/index.php/OpenDBX
