mysql - Where does a LIMIT apply in a UNION? -


it not clear me limit applies union
if have:

select * table   conditions   union   select * table b    conditions   limit 10   

does limit 10 apply result of union? or select of table b?
need apply result of union

where union operator? anyway limit of 10 applies on result of union @ least in place put it.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -