MySQL #1140 - Mixing of GROUP columns

前端 未结 7 1220
难免孤独
难免孤独 2020-11-29 11:27

Hi wondering if perhaps someone could shed some light on the below error. The sql works fine locally but i get the the below error remotely.

SQL query:

<         


        
7条回答
  •  我在风中等你
    2020-11-29 11:43

    I have the same problem in old version of MySQL 5.0. In newer 5.5 version it works!

    SELECT COUNT(*), id
    FROM `cities` AS `c`
    

提交回复
热议问题