MariaDB [registor]> insert into student<id, name, Address> -> values<'1234','Ag','qwert'>; ERROR 1064 (42000): You have an e | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

MariaDB [registor]> insert into student<id, name, Address> -> values<'1234','Ag','qwert'>; ERROR 1064 (42000): You have an e

How to solve this promble

21st Aug 2020, 5:23 PM
king
1 Respuesta
0
Move the query and error message from question title into the Description, it is truncated because it exceeds character limits.
24th Aug 2020, 6:07 PM
Ipang