Eine Einführung in
|
| Oracle | ||
| If the data inserted is of the wrong type the insert may fail. Because the date format may depend on the local settings this may cause confusion. Using a 4 digit year and a three character month works for most systems (in English speaking regions). | ||
| Specific to Oracle | ||
| The string 'abcdef' is reject - too long for the VARCHAR(5), '10-11-12' is rejected as a date | ||