You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the JSON_EXTRACT function, if the name of the json field contains the $ symbol, you will not get the expected result.
For example, the following statement outputs valid results in MySQL and invalid results in TiDB.
Although, the expected result can be obtained by the above writing, I still hope that TiDB will be compatible with the initial writing and reduce the syntax difference between TiDB and MySQL.
Finally, technology connects you and me, code creates the future!
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
"TiDB"
3. What did you see instead (Required)
{"$type": "TiDB"}
4. What is your TiDB version? (Required)
5.7.25-TiDB-v5.1.0
The text was updated successfully, but these errors were encountered: