Creates a new Find statement
static Find find(String table, {String? alias}) => Find(table, alias: alias);