Skip to content

SQL function parameter does not work #569

@BBergerac

Description

@BBergerac

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions