-
-
Save AceCandy/e22e9748470dfe89cba8acffc6e80e31 to your computer and use it in GitHub Desktop.
[增删改查] curd #insert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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