mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Award US counties] A small SQL fix if when sql_mode=only_full_group_by is on. Fixed #1037
This commit is contained in:
@@ -47,7 +47,7 @@ class Counties extends CI_Model
|
||||
" and COL_DXCC in ('291', '6', '110')
|
||||
and coalesce(COL_CNTY, '') <> ''
|
||||
and COL_BAND != 'SAT'
|
||||
group by thcv.COL_STATE
|
||||
group by thcv.COL_STATE, countycountconfirmed
|
||||
order by thcv.COL_STATE";
|
||||
|
||||
$query = $this->db->query($sql);
|
||||
|
||||
Reference in New Issue
Block a user