SELECT Items.Name, Items.ImageFileSpec, Items.UnitPrice, Categories.Description FROM Categories INNER JOIN ItemCategory ON Categories.PKId = ItemCategory.CategoryId INNER JOIN Items ON ItemCategory.ItemId = Items.PKId WHERE (Categories.Description ='Arts')
这句话在acess里好像不能用,该怎么改?数据库是duwamish7的