摘要:
select * from ( select f.VA_YYYY||'年名次' va_yyyy, f.COMPANY_NAME ,row_number() over(partition by f.VA_YYYY order by cast(score as decimal(10,3)) desc ) 阅读全文
摘要:
1.首先在SqlServer中创建存储过程: if OBJECT_ID('usp_t013_inset_process_log') is not null drop procedure usp_t013_inset_process_log go create procedure usp_t013_i 阅读全文