Merging of 2 selects

2004-07-01 Thread Scott Haneda
I am not entirely sure what I am after is possible, if someone could help me I sure would appreciate it. Mysql 4.0.18-standard I have 2 basic selects I am doing: SELECT id, image_title, 'images' FROM newsletter_images SELECT id, link_title, 'links' FROM newsletter_links In the end, I get 2 sepa

Re: Merging of 2 selects

2004-07-01 Thread Scott Haneda
on 07/01/2004 05:43 PM, Scott Haneda at [EMAIL PROTECTED] wrote: > I am not entirely sure what I am after is possible, if someone could help me > I sure would appreciate it. Mysql 4.0.18-standard > > I have 2 basic selects I am doing: > SELECT id, image_title, 'images' > FROM newsletter_images >