标签:and 条件 select ted 使用 title class 查询 java
SELECT title, author, isbn, description
FROM library
WHERE published_date > 2010
AND (title, author, isbn) > (?, ?, ?)
ORDER BY title, author, isbn
LIMIT 20
标签:and 条件 select ted 使用 title class 查询 java
原文地址:http://www.cnblogs.com/mario-nb/p/6514087.html