กระทู้เก่าบอร์ด อ.Yeadram
        
           1,612   1		  
          
					  
		    URL.หัวข้อ / 
		    URL
        
        หาค่า max ลำดับที่ 2,3,4,5      
    
      ต้องการหาค่า max ลำดับที่ 2 3 4 5  จะเขียน select ข้อมูลอย่างไงดีครับ ถ้า Excel จะมีคำสั่ง Large  แต่ access ไม่รู้ใช้อะไร
ขอบคุณครับ
    
    
  ขอบคุณครับ
				1 Reply in this Topic. Dispaly 1  pages and you are on page number 1 
				
      Time: 0.5095s
    
      
		
from TABLE as T1
where T1.Field1 not in
(select Top 1 T2.Field1 from TABLE as T2 order by T2.Field1 DESC)
order by T1.Field1 DESC