摘要:
Sub keyWordFilter() Dim sht1 As Worksheet, sht2 As Worksheet, sht3 As Worksheet, maxRow1 As Integer, maxRow2 As Integer, maxRow3 As Integer, userName 阅读全文
摘要:
SELECT tt.id, ( @rowNum := @rowNum + 1 ) AS ranking FROM ( select 5 as id union all select 4 as id union all select 3 as id union all select 2 as id u 阅读全文