inQuery method

SQL inQuery(
  1. ToQuery<dynamic, V> query
)

Row value for column is in the rows query returns.

Implementation

SQL inQuery(ToQuery<dynamic, V> query) =>
    SQL([this, const RawSQL('IN'), subquery(query)]);