how to use str_to_date function in a query statement (1 reply)
(MySQL.com) Hi Guys,
I need to transfer data from one table to another table which has different structure. The tables are like follows:
CREATE TABLE T1 (
id INT NOT NULL,
mDate VARCHAR(20) NOT NULL,
mTitle VARCHAR(30) NOT NULL,