1140 - In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column 'portal_mediabank.vsn_vars.strvalue'; this is incompatible with sql_mode=only_full_group_by

select COUNT(`ID`) as total,`strvalue`,`intvalue` from `vsn_vars` where `name` = 'sfuser' AND `type` = '2'

[DB ERROR STOP]