- 此问题在此处已有答案**:
What is the opposite of GROUP_CONCAT in MySQL?(6个答案)
Split comma separated string into rows in mysql(3个答案)
Comma separated values in MySQL "IN" clause(11个答案)
20小时前关门了。
如何在MySQL中将字符串转换为行。
从month_tab中选择id,其中名称在(string_split('jan,feb,mar,may'))中;
在上面的例子中,我们需要返回**string_split('jan,feb,mar,may ')**作为行。最终输出应该像select id from month_tab where name in('jan','feb ','mar','may '));
1条答案
按热度按时间mnemlml81#
您可以使用
JSON_TABLE
执行此操作