In article <426E4AC1.4070706@archonet.com>,
Richard Huxton <dev@archonet.com> writes:
>> I just don't see why non-interactive mode does need such a switch
>> because there is no way to check if there was an error. So just put
>> two queries there and hope one will work?
> DROP TABLE foo;
> CREATE TABLE foo...
Ah, my pet peeve! "DROP TABLE IF EXISTS name" is the only thing I
really miss from MySQL.