Viewing 3 posts - 1 through 4 (of 4 total)
I know. Not the way I would have designed it but I inherited this and am stuck using it.
November 17, 2015 at 10:40 am
#1840431
SELECT
[transaction_detail_id]
,[transaction_code]
,[transaction_short_desc]
,[transaction_desc]
[highlight=#ffff11] ...
November 17, 2015 at 10:27 am
#1840417
I have a table that has 15 varchar columns they all contain data like "ABC" or are null I am trying to find if any of these column have data...
November 17, 2015 at 10:19 am
#1840411