SQL request + borrow a document. #295
-
Situation : I have created my personal query, it displays the list of books with the columns in the right order.
But I can't borrow it because on the copy choice panel, no copy appears. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
It doesn't fulfill the requirements. |
Beta Was this translation helpful? Give feedback.
-
SELECT accession_number AS "Référence", title AS "Titre", author AS "Auteur", isbn13 AS "ISBN", location AS "Localisation", deweynumber AS "Dewey", target_audience AS "Public", originality AS "Origine", quantity AS 'Quantity', myoid, type FROM book ORDER BY CAST(accession_number AS REAL) ASC |
Beta Was this translation helpful? Give feedback.
-
BQ will adapt to some incomplete queries. |
Beta Was this translation helpful? Give feedback.
-
BQ is aware of the shortfalls of humanity. |
Beta Was this translation helpful? Give feedback.
SELECT accession_number AS "Référence", title AS "Titre", author AS "Auteur", isbn13 AS "ISBN", location AS "Localisation", deweynumber AS "Dewey", target_audience AS "Public", originality AS "Origine", quantity AS 'Quantity', myoid, type FROM book ORDER BY CAST(accession_number AS REAL) ASC