且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

连接三个表,其中一个表没有主键

更新时间:2023-02-14 15:34:34

除了我回答的内容以外 ,您还需要在 PostgreSQL中标识符的语法

In addition to what I answered here, you also need to read up on the syntax of identifiers in PostgreSQL.

此:

"domain.domainid"

必须是

"domain"."domainid"

或更简单的是:

domain.domainid