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

MySQL:複数のwhere条件を組み合わせる

    select * from menu 
    where alias='filename' and 
    parent = (select node_id from menu
              where alias='folder2' and
              parent = (select node_id from menu
                        where alias='folder1'
                       )
             )
    


    1. 単純なINSERTでのMySQL構文エラー?

    2. 長さが10未満の文字列を格納する場合、varchar(10)とvarchar(1000)に違いはありますか?

    3. SQLite左結合

    4. MySQLは、スキーマを照会すると変動する行数を示しますか?