jquicksql is a lightweight sql parser and query engine built on antlr4, supporting standard sql syntax and
various olap
(online analytical processing) operations such as rollup, drilldown, slice, dice, pivot, etc. this project aims
to provide
flexible and efficient sql parsing capabilities for java applications, particularly suitable for development
scenarios such
as data analysis, report generation, and custom query engines.
| SQL Pocket Guide: A Guide to SQL Usage (2021) by Zhao, Alice | |
| SQL for Data Analysis: Advanced Techniques for Transforming Data into Insights (2021) by Tanimura, Cathy | |
| Practical SQL, 2nd Edition: A Beginner's Guide to Storytelling with Data (2022) by DeBarros, Anthony | |
| Learning SQL: Generate, Manipulate, and Retrieve Data (2020) by Beaulieu, Alan | |