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: 152
mysql-query
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