Mysql
 sql >> Teknologi Basis Data >  >> RDS >> Mysql

pencarian mysql tanpa spasi

// 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. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. mendapatkan catatan dari satu dan hanya satu jenis

  2. Bagaimana cara mendapatkan semua catatan tanpa menghapus di Grup di mysql

  3. Kesalahan MySql:Tidak dapat memperbarui tabel dalam fungsi/pemicu yang disimpan

  4. Menampilkan * dalam tabel

  5. Komentar bersarang di PHP &MySQL