How to optimize this query? #6180
Unanswered
llplplpsxlw
asked this question in
Q&A
Replies: 1 comment
-
|
Can you please try if DEFINE FUNCTION OVERWRITE fn::transform($id: record) {
RETURN record::tb($id) + '_' + record::id($id);
} PERMISSIONS FULL;
SELECT *, fn::transform(id) AS id FROM something;fulfils your requirements? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i need to return id with _
Beta Was this translation helpful? Give feedback.
All reactions