User-1148373670 posted
hi All,
please identify that what is mistake in this query:
string CountQuery = @"Select COUNT(DD_DICTATIONID) from as_dictationdtls
INNER JOIN AS_PATIENTDTLSCOMMON on DD_TRANSCRIPTID = PC_TRANSCRIPTID
where DD_OWNER = :GlobalID and DD_DICTATIONDATE >= :StartDate and DD_DICTATIONDATE <= :EndDate
AND DD_DOCSTATUS >= 100)";
Exception is::ORA-00933: SQL command not properly ended
please solve my issue.
thanks in advance