Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
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, 4747👍, 0💬
Popular Posts:
How To Retrieve the Count of Updated Rows? - Oracle DBA FAQ - Working with Database Objects in PL/SQ...
What Happens If One Row Has Missing Columns? - XHTML 1.0 Tutorials - Understanding Tables and Table ...
How To Compile a JUnit Test Class? Compiling a JUnit test class is like compiling any other Java cla...
Which are the various programming approaches for WCF?
How To Wirte a Simple JUnit Test Class? This is a common test in a job interview. You should be able...