Viewing 15 posts - 31 through 45 (of 79 total)
thanks for ur reply,
But when to use which?
can u guide me in that?
pls..
Mithun
April 17, 2009 at 1:46 am
Hello,,,
It was not intended cross post, but i thought of that may be the performance tunning is the right section for it....
I m really sorry , never wanted to waste...
April 17, 2009 at 1:32 am
arun.sas (4/9/2009)
Fine with other statement,
Actually in OP the order by based on the last No of the field
Not the length of the field
declare @abc table
(
name1 varchar(10)
)
insert into
April 10, 2009 at 12:04 am
hyemang (4/9/2009)
SELECT entityid, COUNT(DISTINCT INVOICE) FROM [YOUR TABLE] GROUP BY entityid
hey if u want invoices period wise then just add period to query
SELECT entityid, COUNT(DISTINCT INVOICE),expped
FROM [YOUR TABLE] GROUP...
April 10, 2009 at 12:01 am
dwierenga (4/9/2009)
A simple
ORDER BY len(column), column usually works for me...
April 9, 2009 at 11:17 pm
hi manohar,
if ur values are going to be mixed of string and alphanumeric and if u want to take care of order of alphanumeric then try this one
ORDER BY...
April 9, 2009 at 6:58 am
HEY DUDE,
ITS WORKING VERY FINE,,,GOOD ONE GRETA...
I HAVE NEVER TRIED THIS WAY SO IM VERY GALD TO SEE IT..
REGARDS,
mITHUN
April 9, 2009 at 1:37 am
Lowell (4/3/2009)
mithun.gite (4/3/2009)
April 3, 2009 at 6:45 am
manohar (4/3/2009)
I will tell what i know.....In case of ur query , in where clause u have specified column of integer type...
if u pass any numeric value as varchar then...
April 3, 2009 at 6:42 am
manohar (4/3/2009)
I will tell what i know.....In case of ur query , in where clause u have specified column of integer type...
if u pass any numeric value as varchar then...
April 3, 2009 at 6:39 am
yeah thanks for that function actually, we have this function and we are using it also... and we handling such situation thru dynamic sqll......but this question has come when we...
April 3, 2009 at 6:32 am
Viewing 15 posts - 31 through 45 (of 79 total)