Update update_db.py

This commit is contained in:
Sebastian Raschka 2013-12-02 18:27:24 -05:00
parent 35fce5c502
commit 08fc973faf

View File

@ -20,7 +20,7 @@ c.execute("""INSERT OR REPLACE INTO zinc_db1 (zinc_id, rotatable_bonds, purchasa
VALUES ( 'ZINC123456798',
3,
COALESCE((SELECT purchasable from zinc_db1 WHERE zinc_id = 'ZINC123456798'), 0)
)"""
)""")