RAZOR VIEW ERROR
The control '' has raised the following error:
Unclosed quotation mark after the character string '[COLUM'.
Incorrect syntax near '[COLUM'.
Unclosed quotation mark after the character string '[COLUM'.
Incorrect syntax near '[COLUM'.
Unclosed quotation mark after the character string '[COLUM'.
Incorrect syntax near '[COLUM'.
set textsize 100000
select top 100000
[SearchContent].[PROPERTY_C_ID],
[SearchContent].[PROPERTY_CT_ID],
[SearchContent].[SC_NodeID],
[SearchContent].[PROPERTY_DateModified]
from #Items iz
join [SearchContent] with (nolock) on iz.ItemID = [SearchContent].SC_ID
WHERE
(((((([Property_IncludeInSearch] = '1') AND ([Property_Path] Not Like '%/covid-staff-zone/%'))) AND (([PROPERTY_CT_ID] <> '80') AND ([PROPERTY_CT_ID] <> '81')))) )
order by
iz.ItemRank desc, iz.ItemID desc