MySQL Forums
Forum List  »  Newbie

[sql queries][create table]
Posted by: Rushabh Dadbhawala
Date: July 19, 2005 09:43PM

where can i a post question on sql queries ?

if this is the right place, can anybody explain this behaviour to me ?

============================================
mysql> use tatva;

Database changed

mysql> create table group (col integer);

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 'group (col integer)' at line 1

mysql> create table tatva.group (col integer);

Query OK, 0 rows affected (0.05 sec)
=============================================

Options: ReplyQuote


Subject
Written By
Posted
[sql queries][create table]
July 19, 2005 09:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.