mysql - use multiple between clause for same column -


i want use multiple between clause same clause.

i tried following query not working

select id test  (id between 11123745 , 11182111) , (id between 11182962 , 11182968) , (id between 11183172 , 11183176) 

my query returning nothing , how can make query work?

it not physically possible meet conditions under circumstances. need use or.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -