Tractorscope Logo
Documentation
Getting Started

Connect to a database

Create your first dashboard and chart

Enabling two-factor authentication

Logging into Tractorscope

Support

Query Skills

SQL Joins Guide

Date/Time Aggregation Shortcuts

To aggregate time periods, use :hour, :date, :year, etc.
 
Example
 
select [created_at:date] from payments; select [created_at:week] from payments; select [created_at:month] from payments; select [created_at:quarter] from payments;
 
The following aggregations are supported: :sec :min :hour :day :date :week :month :quarter :year
 
A query like this could show you revenue over the quarter:
 
select [created_at:quarter] as period, sum(payments.total) as total_revenue from payments group by 1
 
Happy queries!
Tractorscope Footer

Tractorscope was born from the need to quickly create beautiful dashboards from valuable data, affordably. Our goal is to help small and medium businesses, and startups unlock the value that sits in their databases.

Happy queries!

Features
Database Connection SSH Tunnel
Support

©2024. All Rights Reserved. Tractorscope LLC.

Terms of UsePrivacy Policy