非ポリマー分子を含むが、pdbx_nonpoly_schemeCategoryを持たないエントリーのPDBID、entity_id、および分子の説明(pdbx_description)を得る(出力はPDBID値の小さい順)
検索はこちら
SELECT DISTINCT e1.pdbid, e1.id AS entity_id, e1.pdbx_description FROM entity AS e1 LEFT JOIN pdbx_nonpoly_scheme e2 ON e1.pdbid=e2.pdbid AND e1.id=e2.entity_id WHERE (e1.type='non-polymer' OR e1.type='water') AND e2.entity_id IS NULL ORDER BY e1.pdbid ASC
作成日: 2018-04-19 (最終更新日: more than 1 year ago)






