Hi, I have a table in my database called "listingsdbelements" and each property has an available date which is in 'datetime' ie '1200268800'
I need to increase every one by exactly 1 year.
Within the table there is a column called "listingsdbelements_field_name" so when the value of "listingsdbelements_field_name" is "available" there is a value in the next column "listingsdbelements_field_value" with the date time value ie "1200268800".
Can this be done?