我正在使用Oracle 11g我在使用查询时出现此错误:
select count(*) from potluck;
所以当我使用时:
select count(*) from "potluck";
每个人都好......请告诉我为什么?谢谢
oracle
oracle ×1