S
Supabase3y ago
Cory

How do you use an Alias with JS select?

Trying to use an alias in a normal select, how is this done?
1 Reply
Cory
CoryOP3y ago
I got it, .select('alias:column_name, ...')

Did you find this page helpful?