注册

USING utf8mb4问题

Mercy 2023/11/06 754 1

为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:DM8
【操作系统】:麒麟V10
【CPU】:arm
【问题描述】*:SELECT id,
registered_client_id,
principal_name,
authorization_grant_type,
attributes,
state,
authorization_code_value,
authorization_code_issued_at,
authorization_code_expires_at,
authorization_code_metadata,
access_token_value,
access_token_issued_at,
access_token_expires_at,
access_token_metadata,
access_token_type,
access_token_scopes,
oidc_id_token_value,
oidc_id_token_issued_at,
oidc_id_token_expires_at,
oidc_id_token_metadata,
refresh_token_value,
refresh_token_issued_at,
refresh_token_expires_at,
refresh_token_metadata
FROM oauth2_authorization
WHERE principal_name = ?
AND JSON_EXTRACT( CONVERT ( refresh_token_metadata "
USING" utf8mb4 ), '$."metadata.token.invalidated"') = FALSE
AND authorization_grant_type = 'authorization_code'
image.png
达梦是否支持此写法

回答 0
暂无回答
扫一扫
联系客服