0
Could you help me solve this problem here?
use bancoteste:
create TABLE login{nome varchar(10),senha varchar(10));
INSERT into login VALUES (`root´,`root´);
SELECT * from login
Error:
SQL Error (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 ': create TABLE login{name varchar(10),password varchar(10))' at line 1
You put two dots in front of the "bancoteste" place semicolon
– Wictor Chaves