Dumps the informations contained by a prepared statement directly on the output. It will provide the SQL query in use, the number of parameters used (Params), the list of parameters, with their name, type (paramtype) as an integer, their key name or position, the value, and the position in the query (if this is supported by the PDO driver, otherwise, it will be -1).
SELECT *, (`count`+`weight`) AS `pew` FROM `test1` WHERE `pew` > 0;
SELECT *, (`count`+`weight`) AS `pew` FROM `test1` HAVING `pew` > 0;
Посмотрите что выдаст каждый из запросов.
Хабр такой защитный весь. В общем client-only не получается, придется через PHP (простите меня люди, которые его ненавидят, или пишут на других языках) писать. Все будет в виде проекта на Гитхабе с обилием комментов.
Хотя странно, не выводит значение.