WordPress database error: [Disk full (/tmp/#sql-temptable-1-258533-4e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `markjacobsen_options`
Ever want to update your modification timestamp field any time an update is made to the row without having to add application logic? Well, DB2 makes it relatively painless…<\/p>\n\n\n\n
alter table XX.MY_TABLE add column last_updated_ts timestamp not null\ngenerated by default for each row on update as row change timestamp<\/code><\/pre>\n\n\n\nCheck out these resources for additional information…<\/p>\n\n\n\n
- https:\/\/www.ibm.com\/support\/knowledgecenter\/SSEPGG_11.1.0\/com.ibm.db2.luw.admin.dbobj.doc\/doc\/c0051498.html<\/li>
- https:\/\/www.ibm.com\/support\/knowledgecenter\/SSEPGG_11.1.0\/com.ibm.db2.luw.sql.ref.doc\/doc\/r0000888.html<\/li><\/ul>\nPlease remember to subscribe to the newsletter<\/a> to stay up to date!<\/i>
\n
\nYou or someone you know looking to buy or sell?<\/i>\n<\/a>
\nDisclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself. You would think this should be self evident these days, but apparently not...<\/small><\/i>","protected":false},"excerpt":{"rendered":"Ever want to update your modification timestamp field any time an update is made to the row without having to add application logic? Well, DB2 makes it relatively painless… Check out these resources for additional information… https:\/\/www.ibm.com\/support\/knowledgecenter\/SSEPGG_11.1.0\/com.ibm.db2.luw.admin.dbobj.doc\/doc\/c0051498.html https:\/\/www.ibm.com\/support\/knowledgecenter\/SSEPGG_11.1.0\/com.ibm.db2.luw.sql.ref.doc\/doc\/r0000888.html Please remember to subscribe to the newsletter to stay up to date! You or someone you know … Continue reading Update modification timestamp on DB2 table automatically<\/span>