Viewing 3 posts - 1 through 3 (of 3 total)
Cadavre (8/7/2014)
Sebastian Zeller (8/7/2014)
(If not it's at...
August 7, 2014 at 8:02 am
#1735978
If I understood your question correctly, this is likely also a solution you might consider -> Converting a delimited string of values into columns
(If not it's at least a great...
August 7, 2014 at 7:39 am
#1735962
You could also use a simple table alias to choose from the list of columns 🙂
Select *
FROM dbo.Customers c
WHERE c.
August 6, 2014 at 1:55 am
#1735515