Re: trouble with a join on OS X

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Kirk Wythers <kwythers@xxxxxxx> writes:
> The new table needs to be filled with the results of the join. If  
> there is a way to do this without a SELECT, please share.

If it's an entirely new table, then you probably want to use INSERT
... SELECT.  If what you want is to update existing rows using a join,
you can use UPDATE ... FROM (not standard) or something involving a
sub-select.  You'd need to state your problem in some detail to get more
help than that...

			regards, tom lane


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux