How to insert values into one column based on values of another column for each row?

后端 未结 0 591
不知归路
不知归路 2020-11-27 14:33
# table schema
CREATE TABLE `ref_str` (
  `ref_id` int(11) DEFAULT NULL,
  `ref_str` varchar(4096) DEFAULT NULL,
) ENGINE=Inn         


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