Skip to Content
sitedocsexamplesselect0060 Function Calls

Last Updated: 3/9/2026


Function calls

This example shows how to create function calls. These examples also work in any other place (where calls, updates, inserts etc.). The only difference is that you leave out the alias (the as call) if you use these in any other place than select.

import { functionCalls } from ’./0060-function-calls’

:::info[More examples] The API documentation is packed with examples. The API docs are hosted here , but you can access the same documentation by hovering over functions/methods/classes in your IDE. The examples are always just one hover away!

For example, check out these sections: