sql >> Database teknologi >  >> RDS >> Mysql

Hvordan sletter jeg de første 3 tegn i mysql?

UPDATE my_table SET title=SUBSTRING(title, 4) WHERE title REGEXP '^[0-9][0-9] ';



  1. MySQL-eksport til outfil:CSV-undslippende tegn

  2. MySQL SELECT fra flere tabeller, flere GROUP BY og group_concat?

  3. flere søgeværdier i php og mysql

  4. Sådan genereres DB-testdata