Travis Horn
Travis Horn

Travis Horn

Follow
homeContact me
Tag

SQL

#sql

More content

Read more stories on Hashnode


Articles with this tag

SurrealDB: Your Ultimate Guide to Smooth Installation and Configuration

Mar 29, 20239 min read

SurrealDB is a cutting-edge, next-generation serverless database that offers powerful features such as SQL-style query language, real-time queries,...

SurrealDB: Your Ultimate Guide to Smooth Installation and Configuration

SQL Group with Most Recent Record Each

Apr 27, 20222 min read

Say you have a table with student test data. SELECT t.* FROM tests t ORDER BY t.student_id, ...

SQL Group with Most Recent Record Each

Update from Another Table in SQL

Oct 26, 20172 min read

I’m always finding myself in the same position: I have a table with two or more columns. I need to fill in one of those columns based on another one....

Update from Another Table in SQL

SQL Query for Counting Records per Day

Aug 6, 20161 min read

This post is part of a project to move my old reference material to my blog. Before 2012, when I accessed the same pieces of code or general...

SQL Query for Counting Records per Day

Using MSSQL with Classic ASP

Jul 20, 20162 min read

This post is part of a project to move my old reference material to my blog. Before 2012, when I accessed the same pieces of code or general...

Using MSSQL with Classic ASP

What did I learn this week? Knex.js & Bookshelf.js

Mar 9, 20167 min read

A while back, I found an awesome open-source project by h5bp called Front-end Job Interview Questions. The project is… A list of helpful front-end...

What did I learn this week? Knex.js & Bookshelf.js