Open ddyycao opened 7 years ago
Infix should work
Is there any examples? I don't see Infix has the power to replace some part of a sql
Something like db.run(infix"REPLACE INTO table (unique_column,num) VALUES ($unique_value,$num))
I hope there is a better way to do this I dont want to type the whole sql
So, there is not support for mysql replace en Quill yet?
REPLACE INTO
table
(unique_column
,num
) VALUES ('$unique_value',$num);Is there any way I can use this statement in Quill?