fromTable property

String? fromTable
final

Optional UPDATE t SET ... FROM <fromTable> [AS fromAlias] source (SQLite ≥ 3.33). Columns of the FROM table are visible in both the SET expressions and the WHERE clause; the WHERE acts as the join predicate.

Implementation

final String? fromTable;