View Single Post
  #2 (permalink)  
Old 06-16-2008, 12:38 PM
unregistered
 
Posts: n/a
Default ANY answer. Re: Selecting multiple occurence on a table

[sql]select e.column1,e.column2
from table_name e ,table_name f
where e.column1=f.column1 and e.column2=f.column2[/sql]
Reply With Quote