Posted by: hurray April 21, 2008
sql question
Login in to Rate this Post:     0       ?        

Select name from Cat

UNION ALL //(or just UNION)

Select name from Dog

where id  =  (Select id from Animal where color = "brown")

 

 

 

 

 

 

Read Full Discussion Thread for this article