orderby
Date: 11/14/05
(SQL Server) Keywords: no keywords
Hi all! I have some table with some "name" field in it which looks like "Blah blah blah Part 1" "Blah blah blah Part 2" "Blah blah blah Part 3" when I query it select * from mytable orderby name it doesn't actually work in a "proper" way. I keep on getting something like "Blah blah blah Part 2" "Blah blah blah Part 1" "Blah blah blah Part 3" Do you know what should I do to make it work?
Source: http://www.livejournal.com/community/sqlserver/37053.html
|