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

mysql-søgning uden mellemrum

// id don't know the exact syntax, but this is what you are searching for I guess:

// replace spaces with nothin temporarily, then check equal (=) not like (%%) if name is exactly the same (except the spaces)

SELECT id, REPLACE(name, ' ', '') AS tmp FROM table WHERE tmp='%$name%'


  1. Sådan vælger du mindste værdi fra flere kolonner med PHP

  2. Log QUERIES, der ikke bruger INDEX - MySQL

  3. Installation af MySQL på en VPS-server og tilslutning fra andre servere

  4. Slet rækker med Laravel query builder og LEFT JOIN