inTable

open infix fun <T> ExpressionWithColumnType<T>.inTable(table: Table): InTableOp

Checks if this expression is equal to any element from the column of table with only a single column.

Note This function is only supported by MySQL, PostgreSQL, and H2 dialects.