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

出席のINとOUT

    ユースケース

    select empid,max(case when statusINOut=1 then Datetime end)  as INtime,
    max(case when statusINOut=2 then Datetime end)  as Outtime
    from table_name t
    group by empid,convert(date,Datetime)
    


    1. MySQLi ::multi_queryからすべてのエラーを確実にキャッチするにはどうすればよいですか?

    2. HQLクエリで条件付きで結合しますか?

    3. ELSEステートメントがmySqlで機能する場合、なぜ単純にならないのですか?

    4. MySQLビュー定義者の権限とエラー1356