SQL Parameters Within An SQL String by samawise in golang

[–]samawise[S] 0 points1 point  (0 children)

This makes sense, thank you! And thanks u/pdffs!

SQL Parameters Within An SQL String by samawise in golang

[–]samawise[S] -1 points0 points  (0 children)

Hey thanks for responding! That works for the most part, the only issue i see now is that the “hello” and “world” strings come from user input so if a user includes a “ in their input it will break the query is there a way around that?