Type alias OperandExpression<V>

OperandExpression<V>: Expression<V> | SelectQueryBuilderExpression<Record<string, V>>

Like Expression<V> but also accepts a select query with an output type extending Record<string, V>. This type is useful because SQL treats records with a single column as single values.

Type Parameters

  • V

Generated using TypeDoc