top of page

Filtering by Timestamps in SQL

Software / programming language used:
SQL

Project Details:

This code was used as part of another project. This code demonstrates how to effectively filter between 2 different timestamps

​

The link to the main temperature project is available here

Highlights

SQL Timestamp Filter

A timestamp had to be created as the data had the time and date in different columns, after which the BETWEEN & AND functions were used to filter between the timestamps in a "YYYY-MM-DD HH MM SS" format

bottom of page