How to select multiple columns?

I tried:
await supabase.from("table_name").select('col-1', 'col-2');
but this return the error message:
Type '"col-2"' has no properties in common with type '{ head?: boolean; count?: "exact" | "planned" | "estimated"; }'.
Was this page helpful?