I need to create a custom table in wordpress for a plugin. I followed a few online texts and got the table created, but found that it could not be accessed. When trying to select all from the table, nothing would be returned and when attempting to view the table with the database browser plugin, I received this error: "ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM wp-typeEvents LIMIT 0, 100' at line 1" in response to the plugin's query ("SELECT SQL_CALC_FOUND_ROWS FROM wp-typeEvents LIMIT 0, 100;;").I need to create a custom table in wordpress fo