Advertisement
Pandaaaa906

Untitled

Mar 4th, 2021
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SELECT
  2. `id`,
  3. `storage_code`,
  4. `article_no`,
  5. `name`,
  6. `cas_no`,
  7. `molecular_formula`,
  8. `batch_no`,
  9. `purity`,
  10. `receive_date`,
  11. `expiry_date`,
  12. `storage_condition`,
  13. `last_report_no`,
  14. `class_text`
  15.  
  16. FROM `bv_storage_view`
  17. where `quantity`>0
  18. limit 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement