mirror of
https://github.com/supabase/supabase.git
synced 2026-05-24 04:00:47 +08:00
13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
---
|
|
id: using-modifiers
|
|
title: "Using Modifiers"
|
|
slug: using-modifiers
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/supabase.yml
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabsPanel from '@theme/TabsPanel';
|
|
|
|
Modifiers can be used on `select()` queries.
|
|
|
|
If a Postgres function returns a table response, you can also apply modifiers to the `rpc()` function. |