Hi All,
I have a SQL script that uses select, CTE and a whole bunch of case statements.(see attachment link)
The script is fine and returns everything I need, But it shows null when there is no data. I have datatypes datetime,int and varchar. Is there a way to show a empty or blank field rather than null for all these datatypes? Becuase the application I am uploading to doesn't like null.
Thanks
I have a SQL script that uses select, CTE and a whole bunch of case statements.(see attachment link)
The script is fine and returns everything I need, But it shows null when there is no data. I have datatypes datetime,int and varchar. Is there a way to show a empty or blank field rather than null for all these datatypes? Becuase the application I am uploading to doesn't like null.
Thanks