All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.v0.12.0.3__agr_curation_api.sql Maven / Gradle / Ivy

There is a newer version: v0.35.0
Show newest version
DELETE from note
	WHERE id NOT IN (
		SELECT relatednotes_id FROM diseaseannotation_note
	);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy