Data Archive
- Data Archive 6.5 HotFix 1
- All Products
UPPER (char) UCASE (char)
|
|
|---|---|
|
|
CREATE TABLE string_table (col1 VARCHAR(20)); INSERT INTO string_table VALUES (UPPER('loud')); 1 row affected SELECT col1 FROM string_table; 1 row selected col1 -------------------- LOUD