-
Notifications
You must be signed in to change notification settings - Fork 0
Changelogs
OneAndonlyFinbar edited this page Jan 22, 2022
·
7 revisions
v1.3.0 - v1.3.1
Added aggregate functions:
SUM(), STDEV(), COUNT(), SUM()
v1.2.0 - v1.2.2
Added availability to select multiple columns based on csv, ex: SELECT column1, column2 FROM table
Added availability to alias different columns instead of only a singular select column. ex: SELECT column1 AS column FROM table