Advertisement
Guest User

Untitled

a guest
Mar 28th, 2016
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $query = "SELECT import_record_id, file_name, isbn, title, author
  2. FROM import_biblios
  3. JOIN import_records USING (import_record_id)
  4. JOIN import_batches USING (import_batch_id)
  5. WHERE ";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement