SQL Error : 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 'AND w.wishlist_book_id=b.book_id
ORDER BY b.book_author_lastname ASC' at line 3
SELECT b.book_title, b.book_authors, b.book_isbn13, b.book_type
FROM agora_wishlist w, agora_books b
WHERE w.wishlist_user_id= AND w.wishlist_book_id=b.book_id
ORDER BY b.book_author_lastname ASC