Documents tagged with "date"
Your Query returned 2 results
-
- CUBRID DATETIME Data Type
- The CUBRID DATETIME data type differs a bit from the MySQL DATETIME field.
There are several acceptable formats, such as YYYY-MM-DD hh:mi:ss.fff or mm/dd/yyyy hh:mi:ss.fff. For more information check the DATETIME manual page.
Here is the same command (SELECT SYSDATETIME...
http://www.cubrid.org/wiki_tutorials/entry/cubrid-datetime-data-type
-
- Update / Delete Operations Restriction Error
- If you try to update or delete values from a field that is referred by a foreign key that is set to ON UPDATE RESTRICT and/or ON DELETE RESTRICT, then you will encounter a restriction error.
The error looks like this: Error description: Update/Delete operation...
http://www.cubrid.org/wiki_tutorials/entry/update-delete-operations-restriction-error