zjffun blog

MySQL 创建测试数据

更新于 写于 数据库

简单的方法(每次增加一倍):

insert into tb_user(f_id, f_username)
select rand(), f_username from tb_user