mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 05:44:25 +08:00
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
---
|
|
id: using-modifiers
|
|
title: 'Using Modifiers'
|
|
slug: /using-modifiers
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/spec/supabase_js_v2_legacy.yml
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs'
|
|
import TabItem from '@theme/TabItem'
|
|
|
|
Modifiers can be used on `select()` queries.
|
|
|
|
If a Postgres function returns a table response, you can also apply modifiers to the `rpc()` function.
|