Retrieve one row of data
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.limit(1)
.single()
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.limit(1)
.single()
Need some help?
Contact supportLatest product updates?
See ChangelogSomething's not right?
Check system status