Viewing 8 posts - 1 through 9 (of 9 total)
I think I’ve solved this myself by just using:
select * from INFORMATION_SCHEMA.columns
I can then filter on the Column Default to show the records that aren’t NULL, and then subsequently filter...
August 2, 2015 at 11:50 pm
Hi Kingston,
Thank you very much, that's exactly what I was after.
Such a simple way of doing it, but without your help I don't think I could have managed to get...
July 14, 2014 at 2:42 am
Hi Koen,
My apologies, I will need to read your link regarding posts as I am a bit of a novice.
In regards to my last post that was just a snippet...
July 14, 2014 at 2:10 am
Hi SSChampion,
Thanks for the response, much appreciated.
The union does work however it returns 2 records where I only want one. I only want to see the sum of the...
July 14, 2014 at 1:28 am
Thanks veryu much Sean, have a great day.:-)
March 1, 2012 at 4:47 pm
Thanks Anthony,
I have some fairly complex statements and this works a treat.
Cheers, Marisa
November 24, 2011 at 5:27 pm
Thanks Lowell,
The coalesce statement works and is nice and simple.
It looks for a value in the columns I specify (in order) and can return a default (ie: 42 in your...
October 19, 2011 at 8:51 pm
Viewing 8 posts - 1 through 9 (of 9 total)