Viewing 2 posts - 1 through 3 (of 3 total)
For me I had to uncheck the 'Keep NULLS' option to get the default value to be inserted!
Charles Mulwa
August 21, 2025 at 9:20 pm
#4638857
You need to use coalesce to specify what value gets returned by a query in case there is a null. You can stage the data after retrieval then manipulate the...
August 21, 2025 at 11:30 am
#4638626