how can I generate replace into table
valeus use honeysql with mysql8
#421
Labels
vendor-specific
I think this belongs in a dialect, i.e., not the default behavior?
https://dev.mysql.com/doc/refman/8.0/en/replace.html
REPLACE INTO tableName
the old row is deleted before the new row is inserted
The text was updated successfully, but these errors were encountered: