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

ANDとORの組み合わせに関するMySqlクエリ

    Select * from Students where roll_no like '__2011%' and (subject1 ='maths' or subject2='maths' or subject3='maths' or subject4='maths' or subject5='maths' or subject6='maths');
    


    1. PHPで動的URLを作成するにはどうすればよいですか?

    2. INSERT IGNOREがauto_increment主キーをインクリメントするのはなぜですか?

    3. ユーザー定義の型パラメータを使用した関数の呼び出し(Oracle ODP.NET)

    4. 2つの日付の間の稼働日数を見つけるMySQL関数