MySQL Forums
Forum List  »  Microsoft SQL Server

SHOW WARNINGS problem
Posted by: John B
Date: November 02, 2004 06:28PM

Looking for some insight here...

I'm importing into a table via a .dat file, but I am getting some warnings. I try to use SHOW WARNINGS to tell me the problems but it says there's a problem with my syntax every time I use SHOW WARNINGS. Do I have to enable SHOW WARNINGS to use it?

The syntax I use is just "SHOW WARNINGS".

Here's the error I get.

mysql> show warnings;
ERROR 1064: You have an error in your SQL syntax. Check the manual that corresp
onds to your MySQL server version for the right syntax to use near 'warnings' at
line 1

Caps isn't an issue. Thanks for any help passed on.

Options: ReplyQuote


Subject
Written By
Posted
SHOW WARNINGS problem
November 02, 2004 06:28PM


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.