View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 10:27 AM
ZeldorBlat
 
Posts: n/a
Default Re: concatonating 2 SELECTS into the same result set?

On Sep 17, 4:37 pm, lister <listerofsme...@hotmail.com> wrote:
> H all, newbie here again.
>
> Is it possible to do two SELECTS in the same SQL call, and return the
> results of both in the same result set?
> (This two selects would be getting the same columns from the same
> table).
>
> Many thanks,
> Lister


<http://dev.mysql.com/doc/refman/5.0/en/union.html>

Reply With Quote