fixing multiple adds of the same entry to the input history (thanks seezer for pointi...
[quassel.git] / src / core / SQL / SQLite / 11 / select_networkExists.sql
1 SELECT networkname
2 FROM network
3 WHERE userid = :userid AND networkid = :networkid