Greetings,
Queries like this cannot be formatted (F12) with SQLyog 8.2 anymore:
Code:
SELECT a_number, SUM(duration)/60 AS minutes FROM cdrs GROUP BY a_number
Field “duration” holds call duration time in seconds and we often need minutes, therefore we're using formulas like “SUM(duration)/60” quite often.
After upgrade to 8.2, these queries aren't being formatted anymore 🙁
Greetings,
Vygi