Thanks to Stephan and Hubert for their replies. Using your answers I
was able to solve the problem. It turned out that its a natural join
that I wanted.
Thanks for quick help,
Ashutosh
On Sun, Sep 28, 2008 at 10:18, Stephan Szabo
<[EMAIL PROTECTED]> wrote:
> On Sun, 28 Sep 2008, Ashutos
ovided two corresponding alias
names for those two from clauses. But, still I get the error message
ERROR: subquery in FROM must have an alias
HINT: For example, FROM (SELECT ...) [AS] foo.
Any help on this will be greatly appreciated. I am using version 8.3.3
running on ubuntu.
Thanks,
Ashutosh
Hello All,
Currently I have a windows application that deals with reading and
writing patient information. At this moment each patient has its
individual ascii file and I use the fread and fwrite to read and write
files respectively. After being in existence for 6 years now, I feel
strongly to movi