简体   繁体   中英

SECOND VALUE FROM COLUMN

i have:

   id value
    1 a
    2 b
    3 c,d

How do i get d? If i'm doing "having value = c" it works, if i try the same thing with d, it's not!

尝试类似的东西: ...where value like '%,d'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM