【发布时间】:2014-11-07 03:14:12
【问题描述】:
在 SQL 中,访问其他模式中的表很简单:
select *
from other_schema.t
where ...
如何在 korma 中做到这一点?我实际上要做的是访问information_schema.tables 表。所以用defdb 定义另一个db 不会有帮助。
我尝试定义实体,但是失败了。
(defentity information_schema.tables)
【问题讨论】: