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