waveBoom
waveBoom
作者您好, 关于#147的问题,我看了一下,还是没能理解深度(层级)到底是如何计算的。   如上,depth=1 在我包了一层 "[]"之后,深度变为3   这个depth计算,我属实有些懵, ‘[]/0’ 这个是有[]后面就会跟 ‘/0’吗? 还望大佬能给指点一下
复杂条件组合问题
`SELECT * FROM st_mytable WHERE (campaignId=1 or SpotsPlanId=2) or (WebsiteName='a' and ChannelName='b') SELECT * FROM st_mytable WHERE (campaignId=1 or SpotsPlanId=2) and (WebsiteName='a' or ChannelName='b')``` 请问大佬 类似于这种条件怎么组合, @combine好像也不行?
date格式为 yyyy-mm-dd格式是ok的,如下   但是date格式为 yyyy-mm-dd hh:mm:ss格式就不行了   那么如果我想用 日期格式的or查询,应该怎么做
 返回的json内容中,这三个字段怎么取消? sql:generate|cache|execute|maxExecute depth:count|max time:start|duration|end
### Question Validation - [X] I have searched both the documentation and discord for an answer. ### Question when i use the route query engine code is `summary_tool = QueryEngineTool.from_defaults(...