[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: [163465] [SQL] SELECT * FROM d_block WHERE idea_id = ? ORDER BY position ASC, id ASC | Params: [163465] [SQL] SELECT * FROM d_topic WHERE slug IN (?,?,?,?,?,?) ORDER BY name | Params: ["History","Learning & Education","Books","Society"," Arts & Culture","Science & Nature"] [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: [163465,"History",3] [SQL] SELECT * FROM d_user WHERE id = ? | Params: [0] [SQL] UPDATE d_idea SET total_reads = total_reads + 1 WHERE id = ? | Params: [163465] Facts — Eduo
Eduo
Log in Sign up
Facts

Facts

Curated from: deepstash.com

Ideas, facts & insights covering these topics:

History · Articles

1 ideas  ·  4 reads

Did You Know: James Price

The last time scientists paid attention to an alchemist's claim that he had successfully converted lead into gold was in 1783. One of the Fellows of London's Royal Society, James Price, was asked to demonstrate how he had realized the alchemists' goal.

Sadly, Price was unable to replicate his earlier success and committed suicide by drinking prussic acid in front of three of his coworkers.

4 reads

Are you sure?