Extract data where floar1 in $field1
Summary:
Content (please ensure you mask any confidential information):
This code (that has been extracted by the guide) allow to extract data where the field float1 = field1
lang = dict("string");
fields = dict("string");
x_var = "6.08";
put(fields, "$field1", x_var);
where = "float1 = $field1";
results = bmql("select $select from $from where $where", lang, fields);
If we want as a condition float1 in $field1 how is it possible to pass field1 as array?
Regards,
Silvia
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0