#1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server

preview_player
Показать описание
#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 'TYPE=InnoDB AUTO_INCREMENT=1' at line 19
Рекомендации по теме
Комментарии
Автор

I encountered some nasty error 1064. Are you available so you can help me?

sammyay-man
Автор

CREATE DATABASE student
(
Roll int,
Name varchar(15),
Gender varchar(10),
Age int(5),
GPA double(3, 2),
City varchar(15),
PRIMARY KEY

);
Static analysis:
2 errors were found during analysis.

Unexpected beginning of statement. (near "Roll" at position 32)
Unrecognized statement type. (near "int" at position 37)

SQL query:
CREATE DATABASE student ( Roll int, Name varchar(15), Gender varchar(10), Age int(5), GPA double(3, 2), City varchar(15), PRIMARY KEY )
MySQL said:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(
Roll int,
Name varchar(15),
Gender varchar(10),
Age int(5)' at line 2
How to solve this....??

mongswiching
Автор

As per mariadb version 10.1.32 and lower it seems like mariadb does not support json data type I am still unsure if it is available in version 10.2.7+.
but here's a simple workaround to get through this.
change 'json' data type into 'text' and then run your migration again.

ashiqulislamemu
Автор

how to sole this error
ERROR 1064 (42000): 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 '-id i
nt(10) primary key, s_name varchar2(30), address varchar2(50))' at line 1

mukulkumar
Автор

Bro I have a query can we discuss.its really serious

musicandchill
Автор

how to solve this problem==Query problemYou have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE student_id='30'' at line 1

anwarmdhossin-Official
visit shbcf.ru