Viewing 15 posts - 196 through 210 (of 373 total)
i also need to get in a newbie question while i am at it
when you use the char(8) that is because the '========' is...
September 13, 2005 at 6:34 pm
Server: Msg 170, Level 15, State 1, Line 8
Line 8: Incorrect syntax near '.'.
---------------------------\\
SELECT o.Customerid as MyCustomersid,
CASE GROUPING (od.Orderid)WHEN 0 THEN od.Orderid ELSE 99999 END AS MyfROG,
CASE WHEN GROUPING...
September 13, 2005 at 6:31 pm
I am curious ,, can you post sample code for your solutions?
Thanks,
Erik....
September 13, 2005 at 5:22 pm
I see it better now with the vb demo..
thanks,
erik.
September 12, 2005 at 11:31 am
Now that i am looking at this again, i do not see an INNER JOIN in the querry.
Question: Does the grouping function take the place of the inner join, (in...
September 12, 2005 at 8:43 am
o ok..
i look their and was not fruitful in my search
September 11, 2005 at 7:56 pm
Thanks for the help!
I am using the roll up function to compute totals and seperate inforamtion .
Example:
In my code i can use the roll up fucntion to return prestructured totals..
On...
September 11, 2005 at 4:23 pm
The mystery here is that i need to know why some statement blocks are delimited with the ()
September 8, 2005 at 2:48 pm
There was not problem on this one after i removed the ( and the ) where they did not belong
Do it like this.
Here is the one that i am learning...
September 8, 2005 at 11:53 am
I DID DECLARE
I got it..
declare @IDProduct int
set @IDProduct = 77
SELECT Product.ProductName,
Product.ProductID,Product.ProductImage,
Product.ProductDescription, SprocsTable.*
FROM Product
INNER JOIN
SprocsTable ON Product.ProductID =...
August 29, 2005 at 5:38 pm
Viewing 15 posts - 196 through 210 (of 373 total)