“not like” in DolphinDB SQL

后端 未结 0 1395
感情败类
感情败类 2021-01-22 10:49
t=table(`Gold`GoldMines`Silver`SilverMines as id, 1 2 3 4 as x);
select * from t where id not like "%Silver%";

It returns the following error

相关标签:
回答
  • 消灭零回复
提交回复
热议问题