It is quite easy, if not a little messy, to create a VBS script to create and access data in … More
Category: Database
Sqlite bash script tutorial on Ubuntu Linux
Here I will show you how to use the lightweight Sqlite database from the command line using bash scripts. This … More
Sqlite Transpose row to column example
This is a neat example of how to transpose grouped data from rows into columns. That is, rows that have … More
Interesting SQL: Grouped ranked rows
The following is some SQL code written in Sqlite SQL syntax to output a rank column on rows of grouped … More