Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. UPDATE heroku_chemical_chemical AS h, new_compounds_filtered AS n
  2. SET
  3. h.inchi_identifier=n.inchi,
  4. h.info=n.info,
  5. h.accessions=n.accessions,
  6. h.chebi_id=n.chebiid
  7. WHERE h.name = n.name
  8. AND (h.inchi_identifier = '' OR h.inchi_identifier IS NULL);
  9.  
  10. AND n.id BETWEEN 1 AND 500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement