Can you state any difference between the CLOB and NCLOB?
相关问题
- SQL join to get the cartesian product of 2 columns
- sql execution latency when assign to a variable
- Difference between Types.INTEGER and Types.NULL in
- php PDO::FETCH_ASSOC doesnt detect select after ba
- Bulk update SQL Server C#
A CLOB stores character data encoded in the database character set. A NCLOB stores character data encoded in the national character set
will show you the database and national character sets of your database.