如何在sql()函数的where条件实现 , 和 and 的区别?

如题,如何在sql()函数的where条件实现 , 和 and 的区别?

请先 登录 后评论

1 个回答

Xinhai Tang

”,“逻辑的实现,whereConditions的写法:

whereConditions = [<symbol=`MSFT>,<volume>x>]

“and”逻辑的实现,whereConditions的写法:

whereConditions = [<symbol=`MSFT and volume>x>]
请先 登录 后评论