Forum Discussion

santosh_csc's avatar
7 years ago

Getting private message using ID is not working in LiQL

I have received total 17 messages in the community and I want to get a message with ID 26.

When I run below LiQL, it's returning all 17 messages. Not the one with the specified ID. 

select * from inbox_notes where id='26'

 

AmI doing anything wrong or it's an issue in Lithium?