Some syntax changes were made in the transition from database version 7.6 to version 7.7. They are listed below.
SQL syntax in Version 7.7 |
Change in Version 7.7 as Compared to Version 7.6 |
---|---|
The options [NOT] CACHE and [NOT] NOCACHE were made available. |
|
The options CACHE and NOCACHE were made available. |
|
The SQL clause INSERT ... SET... is no longer recommended to be used and might be removed from future versions. |
|
The INTTORAW conversion function was made available. |
|
The SQL clause key specification (key_spec) is no longer recommended to be used in UPDATE or DELETE statements and might be removed in these SQL statements from future versions. |
|
You can specify a LIMIT clause in the SELECT statement. |
|
The LONG [ASCII | BYTE | UNICODE | VARCHAR] data type is mapped to the data types CLOB [UNICODE] or BLOB. |
|
This SQL clause is no longer recommended to be used and might be removed from future versions. |
|
The syntax for defining database procedures and functions was modified. |
|
The SQL clause UPDATE ... VALUES ... is no longer recommended to be used and might be removed from future versions. |
|
An updateable join view table is no longer recommended to be used and might be removed from future versions. |
|
System table information has been changed, deleted, or added. |