SELECT no, name, units, typeno, color, save, inprice, date, CategoryList.typename FROM ViewList,CategoryList
WHERE ViewList.type=CategoryList.type AND type = ?
ORDER BY date ASC我在执行的时候有这样的错误提示:“Column 'type' in where clause is ambiguous”
 请问这是什么问题?谢谢了