This shows you the differences between two versions of the page.
oracle-to-mariadb:sequence_order [December 24, 2017 2:43 pm] sqlines |
oracle-to-mariadb:sequence_order [December 24, 2017 2:43 pm] (current) sqlines |
||
---|---|---|---|
Line 26: | Line 26: | ||
</code> | </code> | ||
- | The ORDER option is usually not required if you use a sequence to generate IDs (surrogate primary keys). | + | The ORDER option is usually not required if you use a sequence to generate IDs (surrogate keys). |
When converting sequences from Oracle to MariaDB, SQLines SQL Converter tool comments the ORDER clause and puts a warning to the conversion report. | When converting sequences from Oracle to MariaDB, SQLines SQL Converter tool comments the ORDER clause and puts a warning to the conversion report. |