Subject | CONCAT_NULL_YIELDS_NULL OFF |
---|---|
Author | mona yazbeck |
Post date | 2005-06-09T18:26:43Z |
Hello
Is there an equivalent for "SET CONCAT_NULL_YIELDS_NULL OFF" in FireBird? Because when I use field1 || field2 . If one of them is null, the result is null. I used a CASE WHEN ... END to correct that, but is there something like in SQL Server?
Thanks
--
Is there an equivalent for "SET CONCAT_NULL_YIELDS_NULL OFF" in FireBird? Because when I use field1 || field2 . If one of them is null, the result is null. I used a CASE WHEN ... END to correct that, but is there something like in SQL Server?
Thanks
--