1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How can I remove all ocurance of , and I from a string using REGEXP_REPLACE in mysql-10.4.24-MariaDB

Discussion in 'MySQL' started by asifakhtar, Jan 15, 2023.

  1. #1
    How can I remove all occurrence of , and I from a string using REGEXP_REPLACE? Tried the following but it doesn't work

    regexp_replace('123,|4abcd, aaa|,qqq|a', '|,', '', 'g')
     
    asifakhtar, Jan 15, 2023 IP