opaleye-0.9.5.1: An SQL-generating DSL targeting PostgreSQL
Safe HaskellSafe-Inferred
LanguageHaskell2010

Opaleye.Exists

Synopsis

Documentation

exists :: Select a -> Select (Field SqlBool) Source #

True if any rows are returned by the given query, false otherwise.

This operation is equivalent to Postgres's EXISTS operator.