Thiago Guimarães
Thiago Guimarães
` public function testBigQuery() { $params = [ ':id_segmento' => 1, ':id_part' => 1, ':inativo' => 1, ':ativo' => 1 ]; $query = 'select sum(qtd) as total from ( select...
Fix issue #432
It is now possible to sort the results of the queries by : 1 - Sentence sql 2 - Memory use 3 - Duration
In my company I create a query sort resource, Very useful for query analysis. It is possible to order by execution time and by query, What do you think of...