Create Table via Web Interface to MySQL
Create Table via Web Interface to MySQL
I am attempting to create a custom database and tables, but I keep getting a syntax error.
Here is the command:
CREATE TABLE test (name VARCHAR(20));
Please help.
Topic Participants
eventlog_support