Live data from Hacker News

Viewing profile — jdunstan

jdunstan

HN member
Joined
Thu, Dec 30, 2021, 8:20 PM UTC
HN karma
1
Public activity
2 items

About jdunstan

No profile information was provided.

Recent public activity

  1. comment
    Comment #29741100

    w3schools and the online documentation for any database are good places to start (Postgres and SQL Server have pretty good documentation). There are also easy-to-google SQL Puzzles…

  2. comment
    Comment #29740991

    That's very close to SELECT *, which has it's own dangers. I agree that it would be nice for exploration and testing, but probably should not be used in production.