What logic can be applied to create the Insert query from given Audit table?
Posted
by Parth
on Stack Overflow
See other posts from Stack Overflow
or by Parth
Published on 2010-04-28T06:16:47Z
Indexed on
2010/04/28
6:23 UTC
Read the original article
Hit count: 220
i need to create a PHP script to create the insert query to insert in a table, The table from which I need to fetch out the data to create insert query is given below..
The query has to be like this
INSERT INTO table_name (field1,field2, field3...) values('newvalue','newvalue','newvalue',....)
Please Help... Thanks
© Stack Overflow or respective owner