Hi,
Use SQLite free browser edition to create database, it is same as in MSSQL server. It does not require for installation
Assuming you the datatype is same in both tables.. Try this query below..
Insert into Table1 (Column1, Column2,Column3) select Column4 as Column1, Column2, Column5 as Column3 from Table2 WHERE (conditions if needed)
Please ignore the above post.. Thats my bad! Sorry! :-(
Hi Webber,
You may use SQLite free browser edition of SQLite to create database.
It is similar to MSSQL server.