Lazy SQL Programming
Create SQL string to select date between two given dates
Create SQL string to select values included in a set of given values
Lazy SQL programming
Create SQL string for joining on matching natural keys
Regex pattern to validate SQL identifier names
Helper functions to build SQL statements for dbGetQuery or dbSendQuery under program control. They are intended to increase speed of coding and to reduce coding errors. Arguments are carefully checked, in particular SQL identifiers such as names of tables or columns. More patterns will be added as required.