Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup
Count( field_name | * | 1 ) counts the number of non null data rows in the selection.
Example:
SELECT COUNT ( fieldname) FROM table_a\[WHERE field2 = 'test'\]