banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành Windows Cho em hỏi về MySQL  XML
  [Question]   Cho em hỏi về MySQL 15/08/2007 00:12:39 (+0700) | #1 | 78841
cvhainb
Member

[Minus]    0    [Plus]
Joined: 04/01/2007 14:32:38
Messages: 251
Offline
[Profile] [PM]
Em đã học MSSQL nhưng MySQL thì đang tìm hiểu.

Trong MSSQL có lệnh TOP để lấy một vài hàng trong table nhưng trong MySQL không biết có lệnh đó không vì em code thử giống như MSSQL thì nó báo lỗi, cụ thể :

Select TOP 10 BookID, Title
From Books
Order By BookID DESC 


Lỗi :

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '5 BookID , Title from books Order by bookid desc LIMIT 0, 30' at line 1 


Vậy em xin hỏi trong MySQL có lệnh TOP không, nếu có thì cách thức sử dụng như thế nào vì em biết nó không giống MSSQL rồi.Thanks all !!
[Up] [Print Copy]
  [Question]   Re: Cho em hỏi về MySQL 15/08/2007 00:17:08 (+0700) | #2 | 78843
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Code:
SELECT * FROM Books LIMIT 0, 10;
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Cho em hỏi về MySQL 15/08/2007 00:22:34 (+0700) | #3 | 78845
cvhainb
Member

[Minus]    0    [Plus]
Joined: 04/01/2007 14:32:38
Messages: 251
Offline
[Profile] [PM]
Thanks anh quanta nhé, thời gian chờ đợi là 2 phút là có câu trả lời, quá nhanh smilie.
[Up] [Print Copy]
  [Question]   Re: Cho em hỏi về MySQL 15/08/2007 00:22:44 (+0700) | #4 | 78846
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]

quanta wrote:
Code:
SELECT * FROM Books LIMIT 0, 10;
 


Chưa đủ smilie)

Code:
SELECT BookID, Title FROM Books ORDER BY BookID DESC LIMIT 0,10
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|