SQL Error:select `gallery`.`gallery_id`,`gallery`.`gallery_title_ar`,`gallery_image`.`gallery_image_picture`
from `gallery`
inner join `gallery` as sub_gallery on gallery.gallery_id = sub_gallery.index_id inner join `gallery_image` on sub_gallery.gallery_id = gallery_image.gallery_id
where `gallery`.`index_id` = ''
group by `gallery`.`gallery_id`
order by `gallery`.`gallery_sort` desc,`gallery`.`gallery_id` desc
1055: Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'humanity_humanity.gallery_image.gallery_image_picture' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
1055: Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'humanity_humanity.gallery_image.gallery_image_picture' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
SQL Error:select `gallery`.`gallery_id`,`gallery`.`gallery_title_ar`,`gallery_image`.`gallery_image_picture`
from `gallery`
inner join `gallery` as sub_gallery on gallery.gallery_id = sub_gallery.index_id inner join `gallery_image` on sub_gallery.gallery_id = gallery_image.gallery_id
where `gallery`.`index_id` = ''
group by `gallery`.`gallery_id`
order by `gallery`.`gallery_sort` desc,`gallery`.`gallery_id` desc
LIMIT 30
1055: Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'humanity_humanity.gallery_image.gallery_image_picture' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
1055: Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'humanity_humanity.gallery_image.gallery_image_picture' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by