numRows
This object allows you to specify a
SELECT
query, which will be
executed in the database. The object then returns the number of
rows, which were returned by the query.
Properties
table
-
- Type
- Table name
Name of the database table to query.
select
-
- Type
- select
Select query for the operation.
The sub-property
selectis overridden internally withFields count.(*)
Example
Get the number of content elements within certain col of the current
page.
EXT:site_package/Configuration/Sets/Main/setup.typoscript