SyntaxFix
Write A Post
Hire A Developer
Questions
Instead of writing:
Select top 1 ParLngId from T_Param where ParStrNom = 'Extranet Client'
Write:
Select top 1 ParLngId from T_Param where ParStrNom IN 'Extranet Client'
i.e. replace '=' sign by 'IN'
'='
'IN'