Skip to content

Instantly share code, notes, and snippets.

@AceCandy
AceCandy / 插入
Created September 27, 2022 12:44
[增删改查] curd #insert
INSERT INTO `tb_msg` (`channel_id`, `msg_type`, `title`, `content`, `jump_url`, `jump_title`, `state`)
VALUES(1,3,'ab测试','ab测试','toolKit/abTest/list','ab测试',2),
(2,3,'ab测试','ab测试','toolKit/abTest/list','ab测试',2);