Forum Moderators: open
INSERT INTO `table` VALUE... and such) The dates are stamped as follows: 2006-09-25 21:49:28
I've searched the web for a pre-written script but haven't located one yet. Any suggestions how I can achieve this?
eg,
CREATE TABLE MyEmployee SELECT * FROM Employee
where Age > 30;
and export a table.
or
You can also export with condition read example in User Comments of the link [dev.mysql.com]