Forum Discussion
adriana4u
3 years agoMaven
Hello !! It worked!!!!! Thank you so much Akenefick
I just have an additional question! How do I add something to know which posts are these?
- Akenefick3 years agoGenius
So it looks like including the count(*) field prevents individual info about the messages from showing. So remove that and just use view_href if you want a link to each message.
So:
SELECT view_href FROM messages WHERE tags.text= 'CPU 100%'
or encoded
SELECT%20view_href%20FROM%20messages%20WHERE%20tags.text%3D%20%27CPU%20100%25%27
The results you get will be a little hard to read. I use this site Json Parser Online.
Is that what you were looking for?
Related Content
- 7 months ago
- 3 months ago