Tagged articles

SQL AST

1 articles · Page 1 of 1
Shepherd Advanced Notes
Shepherd Advanced Notes
Jul 1, 2022 · Backend Development

How to Parse Dynamic SQL with Druid: A Practical Guide

This article explains how to use Alibaba's Druid SQL parser to extract and replace dynamic @var parameters in complex SQL statements, detailing the AST structure, visitor pattern, and a complete Java implementation with example code and results.

DruidDynamic SQLJava
0 likes · 13 min read
How to Parse Dynamic SQL with Druid: A Practical Guide