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, 4799👍, 0💬
Popular Posts:
How To Select an Oracle System ID (SID)? - Oracle DBA FAQ - Creating New Database Instance Manually ...
How To Enter Boolean Values in SQL Statements? - MySQL FAQs - Introduction to SQL Basics If you want...
What is CodeDom? “CodeDom” is an object model which represents actually a source code. It is designe...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
Are risk constant through out the project ? * Never say that risk is high through out the project. R...