Bij het uitvoeren van de volgende query wordt geen hint weergegeven:
select *
from Simplicate.Hours.HourTimesheetsByDatesAndEmployeeId@spe
( start_date => '2023-01-01'
, end_date => '31-12-2024'
, employee_id => 'employee:0203401f7c9599446d44e34a3f0f8c3d'
)
limit 1000
Echter, in de JSON die de UniversalSQL-editor krijgt staat wel een hint:
{
"Error": true,
"Message": "You have provided a parameter with name \u0027START_DATE\u0027, but there is no parameter with that name in \u0027Simplicate.Hours.HourTimesheetsByDatesAndEmployeeId\u0027.",
"MessageCode": "itgenttn290",
"KindRequest": "Possible valid alternatives: q[start_date].",
"NaturalKey": null,
"PartitionCode": null,
"LoggingLevel": "Error"
}