Hi, I was wondering how to go about deleting multiple database fields.
[php]$this->sql->Delete(“DELETE fastpost1, fastpost2, fastpost3 FROM “.$this->TABLES[‘backup’].” WHERE date = ‘$date’”); [/php]
This brings back the error, unknown table ‘fastpost1’ in multi delete
The weird thing is, it used to work fine, but all of a sudden it made this error. 
