Email or username:

Password:

Forgot your password?
Top-level
­

@drq IIRC, instead of `?` you can use `$1`, `$2` and so on.

If you're tired of writing SQL strings by hand, we maintain the sqrl project at my current job:
github.com/SharperShape/sqrl

It's a bit nicer than concatenating strings with possible typos all the time :)

2 comments
­

@drq yep, sorry, it works in Postgres, not in MySQL. Have you tried `?1` ?

Go Up