What logic can be applied to create the Insert query from given Audit table?
- by Parth
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