Viewing 8 posts - 1 through 8 (of 8 total)
"change the parameter to a table variable" - Brilliant!!! 😀
Thanks!
March 4, 2011 at 9:38 am
http://msdn.microsoft.com/en-us/library/bb264566(SQL.90).aspx
USE THIS!!!
November 12, 2010 at 10:17 am
When I use this query in SQL server 2008 it works just fine...
But, when I use it it access It bombs out and says, "Join expression is not supported". And...
August 12, 2010 at 2:43 pm
Awesome! That works..
How can I add a where clause? Once I add it I dont get the results I need.
WHERE Sales.FISCAL_YR = 2008
August 12, 2010 at 11:35 am
This does not work. I get the same results as
SELECT Sales.SERVICE, Sales.FISCAL_YR, Sales.R_UNITS, Sales.R_SALES, Sales.A_UNITS, Sales.A_SALES, Sales.I_UNITS, Sales.I_SALES
FROM ...
August 12, 2010 at 11:17 am
Yes that would be great. I'm new to SQL and trying to learn as much as possible.
December 4, 2009 at 5:33 am
Thank you all for your help.. You guys rock!!!!
The problem was that I was including the table name on my second select. I was thinking more about it trying to...
October 16, 2009 at 4:54 am
WOW! you guys are good... I was'nt expecting such a quick response. Awesome... Thanks.
They both work like a charm. You have seriously saved my but with this. It was the...
October 14, 2009 at 7:08 am
Viewing 8 posts - 1 through 8 (of 8 total)