nidomiro
DTDrizzle Team
•Created by nidomiro on 10/15/2024 in #help
[SOLVED] invalid reference to FROM-clause entry for table
Ok I fixed it myself just after asking the question. I was on the right track. I needed to replace the line
eq(schema.SisuBoard.id, schema.SisuBoardMembers.boardId),
with eq(board.id, schema.SisuBoardMembers.boardId),
2 replies