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
Post a Comment