在我的mysql表中,字段值如下:
table name - "clients"
field name - "accent"
values are - "Eastern(Northern,Southern),Scottish(East Coast)"
"Eastern(South,North,Southern),Scottish(East Coast)"
如果我给
select accent from clients where accent like '%north%'
如果超过 100 条记录的顺序不同。括号中的字符串的顺序不同。
它将给出以上两个值。我应该如何获得第二个值?
请帮助我,谢谢。