Viewing 8 posts - 1 through 8 (of 8 total)
My bad! It's working now. Thank you so much!
May 15, 2019 at 5:33 pm
For some reason it's giving me a syntax error with d1.[Vendor Name] after the select command.
May 15, 2019 at 4:21 pm
Forgive my ignorance here.
How would I do the select and union all select as a variable?
select 'Company123', '11445','11112','20180502',123456
union all select 'Company123', '11445', '11113', '20180601',123456
union all select 'Company123', '11445', '11116', '20180608',123456
The...
May 15, 2019 at 3:18 pm
In some cases I have 20 or more invoices and invoice dates on one check so I would have to add more
,ltrim((select ' '+d4.[Invoice No]
commands.
I also see an advantage to...
May 15, 2019 at 2:02 pm
select @@version = Microsoft SQL server 2012 - 11.0.2100.60(x64)
May 15, 2019 at 1:32 pm
And my desired output.
May 15, 2019 at 1:13 pm
This is an example of the data.
May 15, 2019 at 1:05 pm
Thom, Thank you for the input. I decided to import the smaller database into a separate table. My thinking there is that it would be easier since both now exist...
August 31, 2018 at 1:42 pm
Viewing 8 posts - 1 through 8 (of 8 total)