PostgreSQL generate_series by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
Pattern you always want to generate Generate random text in PostgreSQL:
CREATE TABLE "mytable" ("i" INTEGER, "j" INTEGER);
INSERT INTO "mytable" SELECT i, i*2 FROM generate_series(1, 10) as s(i);
Ubuntu 24.10 by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
Generated column by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
Notable private tutor by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
  • Joseph Priestley was employed as tutor to Lord Shelburne's children, which gave him much needed financial stability and allowed him to pursue some of his most important works
Amazing mentor by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
Private tutor by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
Mentor by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
PBS program by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
Chemistry: A Volatile History by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
This is OK, but definitely inferior to The Mystery of Matter overall because it is much more interesting to watch period reenactments than Jim Al-Khalili going places. But the latter also has its value.
BBC program by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
Teacher by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
Jim Al-Khalili by Ciro Santilli 37 Created 2024-12-31 Updated 2025-07-16
His documentary style is mostly "travel to places" and "show equations without explaining them". But there is some value to that as well.

There are unlisted articles, also show them or only show them.