I need to use the Inline Querier to perform a row_number, at the moment I am getting the following error (I am using this syntax in SSMS and it is working):
InlineQuerier(InlineQueryFactory): Error preparing database query: near "(": syntax error Unable to execute statement
Â
InlineQuerier(InlineQueryFactory): Database was unable to prepare query 'SELECT "Conf Score"Â
,"TOID"Â
,ROW_NUMBER() OVER (PARTITION BY "TOID" ORDER BY "Conf Score" desc)Â
FROM "Sheet1" '.InlineQueryFactory instance was not properly defined. Consult logfile for details.
Â
InlineQuerier(InlineQueryFactory): A fatal error has occurred. Check the logfile above for detailsÂ
A fatal error has occurred. Check the logfile above for details