Best unofficial Apache Server developers community |
|
What is wrong with this statement?
posted via StackOverflow
|
|
 
|
You need to specify the data types for the columns. Also, you don't need those back-tick quotes:
|
|
 
|
The columns are missing data types. The last column has a extra comma at the end |
|
 
|
Remove the trailing comma after |
|
 
|
You've defined your column names but not given the columns a data type. For example, Schule could be defined like:
which would indicate that the column is a "string" that can hold up to 50 characters. |
![]()  
|
Assuming you are using MySQL because of You must read this. You are forgetting to specify the types of each column and you have a extra comma here |