-
Notifications
You must be signed in to change notification settings - Fork 0
Functions
14paxton edited this page Aug 10, 2023
·
8 revisions
title: Functions
permalink: SQLNotes/Functions
category: SQLNotes
parent: SQLNotes
layout: default
has_children: false
share: true
shortRepo:
- sqlnotes
- default
Table of contents
{: .text-delta } 1. TOC {:toc}select JSON_EXTRACT(app_metadata, '$.tb5', '$.tb6.roleGroups') as "all",
JSON_EXTRACT(app_metadata, '$.tb5."roleGroups"') as "tb5"
from user;