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