On 10/1/07, Jon Horsman <horshaq(at)gmail(dot)com> wrote:> ... Is there an elegant way i can set the username> to be the extension of the current row ...
UPDATE usertableSET username = extensionWHERE username IS NULL;