[SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.id = ? AND i.is_draft = 0 | Params: [166338] [SQL] SELECT * FROM d_block WHERE idea_id = ? ORDER BY position ASC, id ASC | Params: [166338] [SQL] SELECT * FROM d_topic WHERE slug IN (?,?,?,?,?) ORDER BY name | Params: ["Psychology","Personal Development","Motivation & Inspiration","Habits","Mental Health"] [SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.is_draft = 0 AND i.id != ? AND i.hashtags LIKE CONCAT('%', ?, '%') ORDER BY i.total_reads DESC LIMIT ? | Params: [166338,"Psychology",3] [SQL] SELECT * FROM d_user WHERE id = ? | Params: [0] [SQL] UPDATE d_idea SET total_reads = total_reads + 1 WHERE id = ? | Params: [166338]
Curated from: deepstash.com
Ideas, facts & insights covering these topics:
1 ideas · 7 reads
"Maybe, I'm not worthy enough." This is something that most of us feel at one point of time in our lives. And for some it stays for a long time of their lives.
How to over come it?
It's easy but a time taking process, let's go back to where we started feeling that. Some specific instance, and figure out the issue that made you feel what you felt. When you have the issue in front of you, start working on it. And eventually, get rid of it.
Further, as you move on in life, and you'll get compliments for the same. And when that'll happen, the question of self worth will be GONE.
Thank you ⚘️