Operation Details
Description: Counts the amount of assessment of this type before the specified date.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :count 
FROM
  Assessment 
WHERE assessmentConfigurationID = :assessmentConfigurationID 
  AND assessmentCreationDate < :assessmentCreationDate