Returns the SQL wildcard "*" for selecting all columns.
@override String toSQL<T extends SqlType>() => '*';