如果要求第8行的結果

本帖於 2004-02-06 15:24:48 時間, 由普通用戶 old-cotton 編輯

SELECT * FROM
(SELECT TOP 1 * FROM
(SELECT TOP 8 * FROM pubs..authors
ORDER BY au_id) AS t1
ORDER BY au_id DESC) AS t2
ORDER BY au_id



--文學城www.wenxuecity.com--

所有跟帖: 

回複:如果要求第8行的結果 -dbdb- 給 dbdb 發送悄悄話 (261 bytes) () 01/12/2004 postreply 12:41:00

回複:Thanks. But in VB6... -TellMe123- 給 TellMe123 發送悄悄話 (285 bytes) () 01/12/2004 postreply 15:29:00

回複:回複:Thanks. But in VB6... -dbdb- 給 dbdb 發送悄悄話 (1157 bytes) () 01/13/2004 postreply 08:45:00

請您先登陸,再發跟帖!