1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] SQL add string end of value

Discussão em 'Outras Linguagens' iniciado por Stack, Setembro 4, 2021.

  1. Stack

    Stack Membro Participativo

    I have a email column and each row has different number of email. I want to add same email end of to each row. For example;

    1.abc@hotmail.com;cd@hotmail.com
    2.def@hotmail.com
    3.a@hotmail.com;b@hotmail.com;d@hotmail.com


    . . . What I want is;

    1.abc@hotmail.com;cd@hotmail.com;newemail@hotmail.com
    2.def@hotmail.com;newemail@hotmail.com
    3.a@hotmail.com;b@hotmail.com;d@hotmail.com;newemail@hotmail.com


    how can I add ?

    Continue reading...

Compartilhe esta Página