Forum Discussion
rahulsrao24
8 years agoGuide
how can we extract an image from the article body using LIQL query ?
Payal
8 years agoDirector
Hi rahulsrao24,
You can extract images from the article by using following LIQL query:
SELECT * FROM images WHERE messages.id = '[ID]'
LMK if this works for you.
Thanks!!
You can extract images from the article by using following LIQL query:
SELECT * FROM images WHERE messages.id = '[ID]'
LMK if this works for you.
Thanks!!