![](https://secure.gravatar.com/avatar/e3cae05daa3e6bbd4ac6e5c84a9808b4.jpg?s=120&d=mm&r=g)
18 Nov
2011
18 Nov
'11
5:28 p.m.
On Fri, Nov 18, 2011 at 12:21 PM, Zach Beane <xach@xach.com> wrote:
Out of SQL habit I used <> for inequality yesterday and got this error:
function __(integer, integer) does not exist
Should I just stick with !=?
Don't have a repl to hand right now. Do angle brackets need to be escaped? Try (sql-compile '(:\<\> "foo" "bar")) BTW, I found your guide on migrating from mysql to postgres very helpful. I'll be able to send a few more gotchas if you're interested in updating it. Cheers, Andy