📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

system.functions



Contains information about the supported built-in scalar and aggregate.

See also: SHOW FUNCTIONS.

Example

SELECT * FROM system.functions LIMIT 10; ┌──────────────────────────────────────────────────────────────┐ │ name │ is_aggregate │ description │ syntax │ example │ ├──────────────┼──────────────┼─────────────┼────────┼─────────┤ │ abs │ false │ │ │ │ │ acos │ false │ │ │ │ │ addfalse │ │ │ │ │ add_days │ false │ │ │ │ │ add_hours │ false │ │ │ │ │ add_minutes │ false │ │ │ │ │ add_months │ false │ │ │ │ │ add_quarters │ false │ │ │ │ │ add_seconds │ false │ │ │ │ │ add_years │ false │ │ │ │ └──────────────────────────────────────────────────────────────┘

Was this page helpful?