German Geek wrote:
On Mon, Dec 8, 2008 at 3:24 PM, Chris <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:And 'exists' is not for mysqldump. DROP TABLE IF EXISTS `mytable`; "if exists" can be used in lots of places other than "drop table", like triggers, functions and i'm sure other things. I said, I've seen EXIST in a result of a mysqldump before, which is not wrong is it? Unless I'm hallucinating... Or is EXISTS something completely different? Yes it is completely different. Sorry, I couldnt find EXIST there, only EXISTS.
If you're going to be that pedantic, "exist" isn't in mysqldump either :P -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

