Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为一个项目使用 SQL Fiddle。我在左侧面板中构建了我的模式,一切正常,我收到了 Schema Ready 消息。当我尝试对正确的表执行 Select 查询时,它告诉我刚刚创建的表不存在。这是选择语句:
SELECT * FROM table1; SELECT * FROM table2;
同样,我很确定我创建的表工作正常,并且与我的 select 语句中的名称完全匹配。我收到的错误只说“无效的对象名称'table1'。”