-
Notifications
You must be signed in to change notification settings - Fork 691
Closed
Description
SQL server has a json_object function with a special syntax that uses colons instead of commas between json keys and values.
SELECT JSON_OBJECT('name':'value', 'type':1)This is not yet supported in sqlparser. This would be useful in SQLPage where we use json for advanced features.
@gaoqiangz this may be of interest to you :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels