sql >> データベース >  >> RDS >> Mysql

スペースなしのmysql検索

    // 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. MySQLピボットテーブル

    2. PostgreSQL text[][]タイプとJavaタイプのマッピング

    3. T-SQLキャストと変換

    4. MYSQL + PHPは、2行のデータを1つの列として表示します