Open tontinton opened 2 weeks ago
Doing a project statement to a string that contains an integer should be possible by running something akin to:
project
source | project num_field = cast(str_field, int) * 10
Which database are you using underneath the PQL query? ClickHouse or something else?
Doing a
project
statement to a string that contains an integer should be possible by running something akin to: