How to get "COUNT(*)" in Supabase - Stack Overflow

PHOTO EMBED

Sun Dec 04 2022 22:54:42 GMT+0000 (Coordinated Universal Time)

Saved by @macdac #javascript

const { data, count } = supabase
  .from('countries')
  .select('*', { count: 'exact' })
content_copyCOPY

https://stackoverflow.com/questions/65612167/how-to-get-count-in-supabase