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

質問と回答のテーブルに参加しているレコードを数える

    select count(q.id) as cnt
    from questions q
    join answers a on a.question_id = q.id
    where q.solved_answer_id > 0
    and a.created_by = 953
    



    1. Postgresを開始できません

    2. 文字「a」で始まるmysqlクエリを使用してすべての名前を検索します

    3. mysqlでSQL結合を使用する方法

    4. Mac上のQt用のMySQL