When Selecting String(Null) I get the "Ambiguous invocation of 'String' constructor" error.
This seems pointless as any matching constructor should work.
I need the String cast because I Concat this with a query with another and the Concat insists on matching types.
How can I get a Select to return a null string from a literal null?
When Selecting String(Null) I get the "Ambiguous invocation of 'String' constructor" error.
This seems pointless as any matching constructor should work.
I need the String cast because I Concat this with a query with another and the Concat insists on matching types.
How can I get a Select to return a null string from a literal null?