テーブルを自己結合して順位をつけようとしているのですがErrorになります。
何がダメなのでしょうか?
メッセージは以下が出力されます。
Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'db1.a.nama' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
select a.nama, a.tosi,COUNT(*) from tb1 as a join tb1 as b where a.tosi<=b.tosi group by a.bang;
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/08/05 02:24
2020/08/05 02:33 編集
2020/08/05 02:52