If you do not explicitly specify a collation when creating a database, a default collation is used. The default collation depends on the operating system you are working on.
To determine the default collation for your computerStart Interactive SQL.
Connect to the sample database.
Enter the following query:
SELECT PROPERTY( 'DefaultCollation' ); |
The default collation is returned.
For more information about this collation, see Choosing collations.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |