MySQL Query to COPY/INSERT rows for one years worth of data

后端 未结 0 385
隐瞒了意图╮
隐瞒了意图╮ 2020-11-28 00:36

Consider the following schema:

CREATE TABLE `test` (
  `id`SERIAL PRIMARY KEY,
  `code` varchar(50) NOT NULL,
  `date` date NOT NULL
);

INSERT INTO `test` (`         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题