需求:把下面的文件按照顺序进行排序,按照顺序打印。
3515029xxxxxxxxx0039账号2022年09月30日第1页电子对账单(人民币).pdf
3515029xxxxxxxxx0039账号2022年09月30日第2页电子对账单(人民币).pdf
3515029xxxxxxxxx0039账号2022年09月30日第3页电子对账单(人民币).pdf
3515029xxxxxxxxx0039账号2022年09月30日第13页电子对账单(人民币).pdf
3515029xxxxxxxxx0039账号2022年09月30日第11页电子对账单(人民币).pdf
3515029xxxxxxxxx0039账号2022年09月30日第4页电子对账单(人民币).pdf
3515029xxxxxxxxx0039账号2022年09月30日第5页电子对账单(人民币).pdf
3515029xxxxxxxxx0039账号2022年09月30日第10页电子对账单(人民币).pdf
3515029xxxxxxxxx0039账号2022年09月30日第12页电子对账单(人民币).pdf
Oracle
parent_id as "parentId",
file_name as "fileName",
file_path as "filePath",
ftp_path as "ftpPath"
from aims_reconciliation_file where 1=1
and PARENT_ID = 396
order by PARENT_ID,FILE_NAME;
parent_id as "parentId",
file_name as "fileName",
file_path as "filePath",
ftp_path as "ftpPath"
from aims_reconciliation_file where 1=1
and PARENT_ID = 396
order by PARENT_ID,to_number(replace(regexp_substr(file_name,'[0-9]*[0-9]