Adds a 'inner join' clause to the select statement.
Find innerJoin(String tableName, [String? alias]) { _curJoin = JoinedTable.innerJoin(tableName, alias); _joins.add(_curJoin); return this; }