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

MySQL-understreng mellem to strenge

Brug bare substring_index() to gange:

SELECT substring_index(substring_index(licence_key, 'contract=', -1),
                       'issued=', 1)
FROM table;


  1. Desinficerer/flygter jeg korrekt?

  2. Postgres - Transponer rækker til kolonner

  3. Hvordan MAKE_SET() virker i MariaDB

  4. Kan ikke installere pg gem på Windows