-
Error in query : select b.isbn, b.short_description, b.long_description, bs.orderno, s.description
from books b, booksubject bs, subject s
where bs.subjectid =
and bs.isbn = b.isbn
and bs.subjectid = s.id
order by orderno;.ERROR: syntax error at or near "and"
LINE 4: and bs.isbn = b.isbn
^