Sql 代碼1.select top X * from table_name --查詢前X條記錄,可以改成需要的數位。2.select top n * from (select top m *
確定! 回上一頁