Inactive User
7 years agoSELECT cover photo using LiQL
How can I SELECT the cover photo using LiQL? SELECT * FROM images WHERE messages.id = '740' Gives me the two images for this post; one is in the body, the other is the cover but there's no appar...
- 7 years ago
Inactive User - You can achieve this using below query.
SELECT cover_image from messages where id = '<message.id>'