SQLite -Überprüfung, ob eine Reihe existiert

SELECT EXISTS(SELECT 1 FROM myTbl WHERE u_tag="tag");
Oh Baby