I also realized that trying to construct a query S...
# kdbc
e
I also realized that trying to construct a query String directly is not a good approach. It is much better to create a structured tree of instructions and "render" that tree to produce a PreparedStatement.
👍 1