On Sat, 2001-11-10 at 04:33, Artur Kowal wrote:
> My question is how in MySQL I can get information 
> is  table exists or not ( I don't want some query
> that return
> error but kind of message from serwer !)
> I'm beginner and I have  no idea how to do it
> smart and  properly
> Please  help !!!
> 

Try:

SHOW TABLES LIKE 'tablename'

Steve Meyers


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to