Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Can we change the order in a select query with a specified collation sequence
Can we change the order in a select query with a specified collation sequence?
✍: Guest
Yes we can specify a collate sequence in the order by clause. That will change the sort according to the collation defined in the order by claused.
ORDER BY { order_by_expression [ COLLATE collation_name ] [ ASC | DESC ] } [ ,...n ] ]
2007-11-02, 4552👍, 0💬
Popular Posts:
How To Create an Add-to-NewsGator Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...
What is the difference between Class and structure’s ? Following are the key differences between the...
How can we connect to Microsoft Access , Foxpro , Oracle etc ? Microsoft provides System.Data.OleDb ...
How do I force the Dispose method to be called automatically, as clients can forget to call Dispose ...
An application needs to load a library before it starts to run, how to code? One option is to use a ...