You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a commercial support customer (#47) and I am experiencing problems using @Rid in an SQL function.
When I attempt to write a function where @Rid=$param is part of the WHERE clause, the function returns an empty result set.
example function:
{"@type":"d","@rid":"#7:9","@version":4,"@class":"OFunction",
"code":"select from V where @rid=$param",
"parameters":["param"],
"language":"SQL","idempotent":true,"name":"fromrid"}
I have tried with @rid.asString() with the same result.
example function:
{"@type":"d","@rid":"#7:10","@version":4,"@class":"OFunction",
"code":"select from V where @rid.asString()=$param","parameters":["param"],
"language":"SQL",
"idempotent":true,"name":"fromridAsString"}
The text was updated successfully, but these errors were encountered:
I am a commercial support customer (#47) and I am experiencing problems using @Rid in an SQL function.
When I attempt to write a function where @Rid=$param is part of the WHERE clause, the function returns an empty result set.
example function:
I have tried with @rid.asString() with the same result.
example function:
The text was updated successfully, but these errors were encountered: