Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL function parameter does not work #569

Open
BBergerac opened this issue Oct 2, 2022 · 0 comments
Open

SQL function parameter does not work #569

BBergerac opened this issue Oct 2, 2022 · 0 comments

Comments

@BBergerac
Copy link

I have created this SQL function in Studio (on FUNCTIONS page):

select from person where firstName = qfirstName

qfirstName is the parameter
Executing returns no result.

Using a fixed string works, e.g.
select from person where firstName = "Gabi"
Is this a bug or do I make something wrong?

The documentationm only includes examples for JS but I prefer SQL. And the examples don't work qand I don't know how to enable the access to classes or packages in my JS code (but this is another issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant