时间:2024-10-15 10:07:46
1、创建测试表,
create table test_person(id int, RMB int);
3、查询表中所有记录,select t.* from test_person t,