newton binomial coefficient
From: Kamal <kamal80_at_virgilio.it>
Date: 1 Apr 2003 08:49:03 -0800
Message-ID: <4e766a02.0304010849.5af9a38d_at_posting.google.com>
Hi everybody.
Date: 1 Apr 2003 08:49:03 -0800
Message-ID: <4e766a02.0304010849.5af9a38d_at_posting.google.com>
Hi everybody.
I have a table with one column with a string datatype. I have four records in this table.
car
home
dog
woman
I want to obtain this from a query on this table:
car home
car dog
car woman
home dog
home woman
How would you do it in pure SQL?
(Or if you can't, in Oracle, but always with a single query)
Thank you.
Kamal Received on Tue Apr 01 2003 - 18:49:03 CEST