1、创建测试表,
create table test_name(id varchar2(20),name var艘早祓胂char2(20), birthday date);

3、编写语句,根据birthday字段进行升序;
select * from test_name t order by birthday;

时间:2024-10-15 17:06:11
1、创建测试表,
create table test_name(id varchar2(20),name var艘早祓胂char2(20), birthday date);

3、编写语句,根据birthday字段进行升序;
select * from test_name t order by birthday;
