diff --git a/ssql.scm b/ssql.scm index 083a565..4a97d17 100644 --- a/ssql.scm +++ b/ssql.scm @@ -46,7 +46,7 @@ (,number? . number->sql) (,vector? . vector->sql))) - ((clauses-order) '(columns from where order having union)) + ((clauses-order) '(columns from table into set values where order having union)) ((escape-string string) (string-translate* string '(("'" . "''"))))