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.
Intersystems Cache 数据库是否有类似于 Oracle 的虚拟表DUAL?
DUAL
我想做类似的事情:
SELECT 1; -- mysql -- or SELECT 1 FROM DUAL; -- oracle
旧版本的 Cache 不支持此功能。您可以自己创建一个名为 DUAL 或 DUMMY 的虚拟表。较新版本的 Cache (2009.1+) 支持不带 FROM 子句的选择。