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!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
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