hello there.
I encounter a problem using taospy, the version is 2.7.12.
As I execute the sql statement below, taospy raises a exception, with error message:
taos.error.ProgrammingError: [0x0216]: syntax error near "range('2022-10-26T14:45:10','2023-10-26T14:4
the sql is something like: select interp(value) from some_super_table where tag_name = 'tag1' range('2022-10-26T14:45:10','2023-10-26T14:45:10') every(10m) fill(linear) group by tbname
But this sql statement executing succefully when using taos cli.
Does it mean current version 2.7.12 can not recognize those sql statements.
hello there. I encounter a problem using taospy, the version is 2.7.12. As I execute the sql statement below, taospy raises a exception, with error message:
taos.error.ProgrammingError: [0x0216]: syntax error near "range('2022-10-26T14:45:10','2023-10-26T14:4
the sql is something like:select interp(value) from some_super_table where tag_name = 'tag1' range('2022-10-26T14:45:10','2023-10-26T14:45:10') every(10m) fill(linear) group by tbname
But this sql statement executing succefully when using taos cli. Does it mean current version 2.7.12 can not recognize those sql statements.