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) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -