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.
NexusDB:Query1058317796:查询执行失败:引发意外异常对象:[EAssertionFailed] 断言失败(C:\DSN\WIN\lib2006\Fontes\Externos\NexusDB2\nxsrBufferManager.pas,第 1115 行)[$3CA1/15521]
我试过这个 sqlSELECT * FROM "Operaca", "Pessoas" 许多连接点在我的数据库中不起作用!!!
SELECT * FROM "Operaca", "Pessoas"
帮助!!
在没有显式连接的情况下从多个表中进行选择会导致交叉连接,这会很快耗尽可用 RAM。谷歌“sql 加入教程”。