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