mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
6 lines
141 B
SQL
Executable File
6 lines
141 B
SQL
Executable File
INSERT INTO tb_account
|
|
VALUES (1, 'Michael Yang', 18, '2020-01-11');
|
|
|
|
INSERT INTO tb_account
|
|
VALUES (2, 'Michael Zhanng', 20, '2020-01-11');
|