V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  JonathanLee07734  ›  全部回复第 1 页 / 共 1 页
回复总数  1
2021-12-07 11:36:25 +08:00
回复了 jiobanma 创建的主题 程序员 mysql json 数据的处理
```mysql
select trim(trailing ']' from
trim(leading '[' from
replace(replace(json_extract(@json, '$[*].name'), '"', ''), ', ', '/')));
```

这逻辑为啥不放在程序里= =
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2517 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 08:32 · PVG 16:32 · LAX 01:32 · JFK 04:32
Developed with CodeLauncher
♥ Do have faith in what you're doing.