sql:SELECT "id","content" FROM "table_1" WHERE "edited" = 1
error_info: [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"import" WHERE "edited" = 1' at line 1
return $this->select('table_1', ['id','content'], ['edited' => 1]);
sql:SELECT "id","content" FROM "table_1" WHERE "edited" = 1 error_info: [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"import" WHERE "edited" = 1' at line 1