W wxdqz New Member Aug 21, 2008 #1 I want to order a VARCHAR field with the next format: number.number.number. Example: 1.1, 1.2, 1.14 How can I do that? SELECT * FROM table WHERE 1=1 ORDER BY... how can I say he has to order the way I want?
I want to order a VARCHAR field with the next format: number.number.number. Example: 1.1, 1.2, 1.14 How can I do that? SELECT * FROM table WHERE 1=1 ORDER BY... how can I say he has to order the way I want?