Wednesday, August 14, 2002, 5:53:22 PM, Eduardo wrote:

ES>                 Helo,

Hi!

Eduardo, first of all, don't send me questions. Please, send them to
the mailing list.

ES>                 How do I verify if a table already exist on my database ?

ES>                 In Oracle there is an object named ALL_TABLES, and I can
ES> query this object as : 
                
ES>                 Select TABLE_NAME from ALL_TABLES where TABLE_NAME =
ES> "NAME_TO_SEARCH";

ES>                 The MYSQL have this resource too ?

You can use SHOW TABLES command. It shows you list of the tables in a
given database.



-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
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