A order by issue
From: sreejith (sreejithsreejith_at_yahoo.com)
Date: 03/24/04
- Next message: Jack Jackson: "Re: A order by issue"
- Previous message: JS: "BatchOptimistic Locking"
- Next in thread: Jack Jackson: "Re: A order by issue"
- Reply: Jack Jackson: "Re: A order by issue"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Mar 2004 21:36:06 -0800
hi
i'm using SQLServer, i've a table say temp with one field EmpName consider the values as
{Emp1
AScott
admin
when i write a select query like this:
select * from temp order by EmpName Asc i expect the recordset to be
AScott
admin
{Emp1
just because the ascii of "{" is 123
"A" is 65
and "a" is 97
but i get
{Emp1
AScott
admin
could any one suggest a resolution for this problem, thanks in advance
- Next message: Jack Jackson: "Re: A order by issue"
- Previous message: JS: "BatchOptimistic Locking"
- Next in thread: Jack Jackson: "Re: A order by issue"
- Reply: Jack Jackson: "Re: A order by issue"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|