Skip to content

Mysql agregate function

Sébastien LUCAS edited this page Apr 26, 2014 · 1 revision

Group by function that list all node by type in a drupal site

SELECT COUNT(type), type from node GROUP BY type ORDER BY count(type) DESC

WIKI by Sébastien Lucas CEO & Funder or Bricks

Clone this wiki locally