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