Subject CONCAT_NULL_YIELDS_NULL OFF
Author mona yazbeck
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

--