Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to execute a simple sql delete statement eg: delete from mytable where id not in ('10000','20000')

I am trying to do the same type in jdbctemplate of spring which throws Sql grammar exception

The code in which I am trying to change is the old code which does not use SimpleJdbcTemple or NamedJdbcTemplate (I am not supposed to change because of backward compatibility issue :( )

So How to execute IN() SQL queries with Spring's JDBCTemplate effectivly? this does not help for me.

Kindly help me out to solve this.

Thanks in advance, Brinal

share|improve this question
2  
Show us what you've got so far and the stacktrace of the exception. – beny23 Sep 17 '12 at 12:23
Please provide more info: which query you're trying to execute, your stacktrace... this way people can help more – manub Sep 17 '12 at 12:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.