Forum Discussion

ronaksomani's avatar
10 years ago

how to exclude posts with certain board ids

Hello, I want to execute a query where I can exclude posts from given board ids. I tried below approach : SELECT * FROM messages WHERE board.id NOT IN ('board-name')   But getting exception that ...