Thanks Andreas. That was a quick response.
So way 1 must be quicker.
am 10.03.2006, um 10:46:39 -0500 mailte Emi Lu folgendes:
Hello,
postgresql 8.0.1, in a plpgsql function
To update columns' values in a table (without OID), if I ran:
1. "update table1 set col1 = ..., col2 = ... ... c
am 10.03.2006, um 10:46:39 -0500 mailte Emi Lu folgendes:
> Hello,
>
> postgresql 8.0.1, in a plpgsql function
>
> To update columns' values in a table (without OID), if I ran:
> 1. "update table1 set col1 = ..., col2 = ... ... col100 ="
>
> or
> 2.
> "update table1 set col1 = "
> ...
> "update