Skip to content

Make TT_Eval() function that evaluates an SQL query #205

Description

@edwardsmarc

Function should take a stringlist of the values or columns to be used, and an sql query string to evaluate.
Will then need to find a way to insert the values into the sql query.

How can the values be linked to the query?

  • Maybe the sql query uses a, b, c etc as placeholders for the values. The function can then replace a, b, c with the values from the stringlist in the order they appear.

Metadata

Metadata

Assignees

Labels

enhancementType: New feature or requesthelper functionsModule: Issues related to helper functionshighPriority: High priority issue

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions