Code:
create table Member
(
username varchar,
pass varchar
)
Do you guys find there's something wrong with my query? It's really simple but, SQL Query Browser tells me that there's an error...
Code:
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 '
pwd varchar
)' at line 3
I have no clue what's wrong, I checked my query over and over, and by comparing it with the tutorial that I found
