- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
what is wrong with
I took it directly form http://www.w3schools.com/sql/sql_create.asp but it says:
how can w3schools have wrong? This happens to everything I type in my phpmyadmin
?CREATE TABLE Person
(
LastName varchar,
FirstName varchar,
Address varchar,
Age int
)
I took it directly form http://www.w3schools.com/sql/sql_create.asp but it says:
SQL-fråga:
CREATE TABLE Person(LastName varchar,
FirstName varchar,
Address varchar,
Age int
)
MySQL sa:
#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 '
FirstName varchar,
Address varchar,
Age int
)' at line 3
how can w3schools have wrong? This happens to everything I type in my phpmyadmin