How to write out query with supabase sql
How should I express such a query with the supabase js client?
both form_id and secondary_form_id foreign key to the forms table.
ive gotten to
and now im stuck as to what to put after the comma
both form_id and secondary_form_id foreign key to the forms table.
ive gotten to
and now im stuck as to what to put after the comma