All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lex.mybatis-flex-spring-boot-test.1.10.2.source-code.data.sql Maven / Gradle / Ivy

There is a newer version: 1.10.3
Show newest version
INSERT INTO tb_account
VALUES (1, '张三', 18, 0,'2020-01-11', null,0),
       (2, '王麻子叔叔', 19, 1, '2021-03-21', null,0);


INSERT INTO tb_article
VALUES (1, 1,'标题1', '内容1',0),
       (2, 2,'标题2', '内容2',0),
       (3, 1,'标题3', '内容3',0);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy