Skip to content

Instantly share code, notes, and snippets.

@AceCandy
Created September 27, 2022 12:44
Show Gist options
  • Save AceCandy/e22e9748470dfe89cba8acffc6e80e31 to your computer and use it in GitHub Desktop.
Save AceCandy/e22e9748470dfe89cba8acffc6e80e31 to your computer and use it in GitHub Desktop.
[增删改查] 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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment