Viewing 6 posts - 1 through 6 (of 6 total)
Hi
I have got the initial piece of code Chris posted to work.
Thanks for the help.
October 22, 2008 at 7:30 am
I think I may have confused the matter in my last post which was;
SELECT
S.ID,
(SELECT TOP 1 D.INFO FROM (SELECT TOP 2 * FROM PRODUCTS WHERE PRODUCTS.ID = S.ID AND [DESC]...
October 21, 2008 at 2:46 am
Hi Seth
The complete query is as follows (apologies);
SELECT
S.ID,
(SELECT TOP 1 D.INFO FROM (SELECT TOP 2 * FROM PRODUCTS WHERE PRODUCTS.ID = S.ID AND [DESC] LIKE 'FLAG SET TO%' ORDER BY...
October 20, 2008 at 9:09 am
Hi (again)
I have modified a piece of code (suggested by Chris) that works on its own but as a subquery I am getting the following error;
Only one expression can be...
October 20, 2008 at 8:46 am
Thanks Andras
You gave me the inspiration for solving this problem. I have placed the DATEFIRST in DTS that exports the data to Excel and it works.
August 19, 2008 at 5:24 am
Viewing 6 posts - 1 through 6 (of 6 total)