[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: [165230] [SQL] SELECT * FROM d_block WHERE idea_id = ? ORDER BY position ASC, id ASC | Params: [165230] [SQL] SELECT * FROM d_topic WHERE slug IN (?,?,?) ORDER BY name | Params: ["Personal Development","Entrepreneurship","Business"] [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: [165230,"Personal Development",3] [SQL] SELECT * FROM d_user WHERE id = ? | Params: [0] [SQL] UPDATE d_idea SET total_reads = total_reads + 1 WHERE id = ? | Params: [165230]
Curated from: deepstash.com
Ideas, facts & insights covering these topics:
4 ideas · 42 reads
What one should take away after reading the book? According to my understanding and some respective sources.
To be...
What one should take away after reading the book? According to my understanding and some respective sources.
To be continued.....
What one should take away after reading the book? According to my understanding and some respective sources.
To be continued.....
What can one take away after reading the book? According to my understanding and some respective sources.
End of all the points.
Thank you for reading all the points I hope that I have saved some of your time, or kindled your interest to go and read the book.
go and read it yourself, and you may find some more important findings I have missed.