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 - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -