Get insert statement query

Posted by Karthick on Stack Overflow See other posts from Stack Overflow or by Karthick
Published on 2010-06-02T19:22:06Z Indexed on 2010/06/02 19:24 UTC
Read the original article Hit count: 140

Filed under:

Hi,

Is there a way to get the insert statements for a table via some query in MySql?

for ex: if the table name is Cards,which has 5 rows, i need to get the insert statements for that particular table.

Thanks.

© Stack Overflow or respective owner

Related posts about mysql-query