Posts by Matheus Moreira Rosa • 1 point
1 post
-
0
votes2
answers6656
viewsQ: Help with SQL error 1064
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…