Pages

Sponsorship

40% off your First Order with GoDaddy.com!

Dec 19, 2009

MySQL: Check If Table Exists


How to check if a table exists in the current MySQL database, through running a simple query.
SHOW TABLES LIKE 'Articles'

No comments:

Post a Comment