[SQL] SELECT t.*, COUNT(ut.user_id) AS follower_count FROM d_topic t LEFT JOIN d_user_topic ut ON ut.topic_id = t.id GROUP BY t.id ORDER BY follower_count DESC | Params: [] [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 FIND_IN_SET(?, REPLACE(i.hashtags, ',', ',')) ORDER BY i.dt_created DESC LIMIT ? OFFSET ? | Params: ["communication",20,20] [SQL] SELECT u.*, COUNT(DISTINCT i.id) AS idea_count FROM d_user u LEFT JOIN d_idea i ON i.user_id = u.id AND i.is_draft = 0 GROUP BY u.id ORDER BY idea_count DESC LIMIT ? | Params: [5] Explore Ideas β€” Eduo
Eduo
Log in Sign up
Little Thieves
πŸ“° Article

Little Thieves

Kids' Indie Next pick for November/December! Amazon Best Book of October 2021! A scrappy maid must outsmart both palace nobles and Low Gods in a new YA fantasy by Margaret Owen, author of the Merciful Crow series. Once upon a time, there was a horrible girl... Vanja Schmidt knows that no gift is freely given, not even a mother’s loveβ€”and she’s on the hook for one hell of a debt. Vanja, the adopted goddaughter of Death and Fortune, was Princess Gisele's dutiful servant up until a year ago. That was when Vanja’s otherworldly mothers demanded a terrible price for their care, and Vanja decided to steal her future back... by stealing Gisele’s life for herself. The real Gisele is left a penniless nobody while Vanja uses an enchanted string of pearls to take her place. Now, Vanja leads a lonely but lucrative double life as princess and jewel thief, charming nobility while emptying their coffers to fund her great escape. Then, one heist away from freedom, Vanja crosses the wrong god and is cursed to an untimely end: turning into jewels, stone by stone, for her greed. Vanja has just two weeks to figure out how to break her curse and make her getaway. And with a feral guardian half-god, Gisele’s sinister fiancΓ©, and an overeager junior detective on Vanja’s tail, she’ll have to pull the biggest grift yet to save her own life. Margaret Owen, author of The Merciful Crow series, crafts a delightfully irreverent retelling of β€œThe Goose Girl” about stolen lives, thorny truths, and the wicked girls at the heart of both.

Communication Books Leadership & Management
1 ideas 3 reads

Are you sure?