Hacker News
- Show HN: Arroyo – Write SQL on streaming data https://github.com/ArroyoSystems/arroyo 32 comments
- Join Data from PostgreSQL Declaratively in GraphQL Without Writing SQL https://stepzen.com/blog/join-data-postgresql-declarative-graphql-without-sql 12 comments
- You Can Do It in SQL, Stop Writing Extra Code for That https://geshan.com.np/blog/2018/12/you-can-do-it-in-sql/ 46 comments
- How I write SQL http://www.craigkerstiens.com/2012/11/17/how-i-write-sql/ 83 comments
- Show HN: RasgoQL - Transform tables directly with Python, without writing SQL https://github.com/rasgointelligence/RasgoQL 3 comments
Lobsters
- Stop Writing SQL Backwards https://dankleiman.com/2019/01/02/stop-writing-sql-backwards/ 5 comments databases , programming
- You Can Do It in SQL, Stop Writing Extra Code for That https://geshan.com.np/blog/2018/12/you-can-do-it-in-sql 21 comments databases , programming
- Writing more legible SQL http://www.craigkerstiens.com/2016/01/08/writing-better-sql/ 19 comments databases
- Writing composable SQL using JavaScript https://contra.com/p/AqZWWoUB-writing-composable-sql-using-java-script 27 comments node
- Write SQL Queries With Confidence (TypeScript + Postgres) https://dev.to/newbie012/write-sql-queries-with-confidence-typescript-postgres-5b61 12 comments javascript
- SafeQL | Write SQL Queries With Confidence https://www.safeql.dev 5 comments node
- AI2sql's like an auto-pilot that writes SQL. http://app.ai2sql.io 78 comments internetisbeautiful
- Write SQL in seconds. http://app.ai2sql.io 6 comments internetisbeautiful
- Write SQL visually (and quickly) if you're new! https://craftsql.com/ 10 comments sql
- Superintendent: Load multiple CSV files and write SQL https://superintendent.app 71 comments programming
- Writing a Postgres SQL Pretty Printer in Rust: Part 2 https://blog.urth.org/2021/04/24/writing-a-postgres-sql-pretty-printer-in-rust-part-2/ 8 comments rust
- Writing a Postgres SQL Pretty Printer in Rust: Part 2 https://blog.urth.org/2021/04/24/writing-a-postgres-sql-pretty-printer-in-rust-part-2/ 13 comments programming
- You can do it in SQL, stop writing extra code for that https://www.hackdoor.io/articles/loq98opb/you-can-do-it-in-sql-stop-writing-extra-code-for-that 91 comments programming
- Database basics: writing a SQL database from scratch in Go http://notes.eatonphil.com/database-basics.html 11 comments golang
- Database basics: writing a SQL database from scratch in Go http://notes.eatonphil.com/database-basics.html 11 comments programming
- What is a more elegant way to write this bulk SQL insertion? https://www.reddit.com/r/golang/comments/bvj5o3/what_is_a_more_elegant_way_to_write_this_bulk_sql/ 19 comments golang
- Tips for writing complicated analytical SQL https://dankleiman.com/2019/01/02/stop-writing-sql-backwards/ 10 comments programming
- Almost every write up I see for GraphQL uses an SQL DB. Is there an advantage to this over a nosql DB or is it application specific? https://www.reddit.com/r/webdev/comments/9u8y39/almost_every_write_up_i_see_for_graphql_uses_an/ 5 comments webdev
- How much SQL do you write at work https://www.reddit.com/r/cscareerquestions/comments/8vd62x/how_much_sql_do_you_write_at_work/ 14 comments cscareerquestions
- I write SQL daily at my job and really enjoy it, how can I take it to the next level and actually have a job focused around it? https://www.reddit.com/r/learnprogramming/comments/4ydsz3/i_write_sql_daily_at_my_job_and_really_enjoy_it/ 7 comments learnprogramming
- 10 Common Mistakes Java Developers Make when Writing SQL http://blog.jooq.org/2013/07/30/10-common-mistakes-java-developers-make-when-writing-sql/ 106 comments programming
- Lock-Free Writes in SQL Server 2014 http://www.infoq.com/news/2013/09/lock-free-writes 39 comments programming
- 10 Common Mistakes Java Developers Make when Writing SQL http://blog.jooq.org/2013/07/30/10-common-mistakes-java-developers-make-when-writing-sql/ 11 comments java
- 10 Common Mistakes Developers Make when Writing SQL http://java.dzone.com/articles/10-common-mistakes-java?utm_source=feedburner&utm_medium=feed&utm_campaign=feed%3A+javalobby%2Ffrontpage+%28javalobby+%2F+java+zone%29 21 comments programming
- 10 Common Mistakes Java Developers Make when Writing SQL http://blog.jooq.org/2013/07/30/10-common-mistakes-java-developers-make-when-writing-sql 31 comments java
- Are you a "comma after" or a "comma before" when writing SQL queries? Why? http://www.dpriver.com/pp/sqlformat.htm 23 comments webdev
- SQL Query Optimization - Help Writing Faster Queries http://www.itstartpage.com/article.phtml?id=87 13 comments programming
- Is this real? A Hot TV Actress that writes SQL Server articles http://www.simple-talk.com/author/robyn-page/ 66 comments programming
- How to Write Injection-Proof SQL http://www.schneier.com/blog/archives/2008/10/how_to_write_in.html 52 comments programming
- Ask Reddit: If you were writing a database engine and need a query language, how would you design one (or What is wrong with SQL?) http://programming.reddit.com/info/1bx1l/comments 20 comments programming
- SQL tips for beginners; what I learned after 10+ years of occasionally writing queries and schemas as a web dev https://dev.to/rap2hpoutre/sql-tips-for-beginners-what-i-learned-after-15-years-of-occasionally-writing-queries-and-schemas-as-a-fullstack-dev-2ide 9 comments postgresql
- Various ways of writing SQL in Java 8 http://www.jooq.org/java-8-and-sql 26 comments java
- HAVING A Blunderful Time or Wish You Were WHERE - examining and criticising the design of SQL's notation for writing database queries. http://www.dcs.warwick.ac.uk/~hugh/ttm/having-a-blunderful-time.html 65 comments programming
- I woefully underestimated the amount of SQL I need to write. Looking for intermediate-advanced tutorials. https://selectstarsql.com/ 66 comments datascience
- I want to get a records that have distinct or unique pair of values in two columns. How can I do this without writing raw sql https://orders.select 27 comments rails