SQL syntax for updating tables

Поиск
Список
Период
Сортировка
От Justin Long
Тема SQL syntax for updating tables
Дата
Msg-id 01BFA0A8.629AB840.justinlong@strategicnetwork.org
обсуждение исходный текст
Список pgsql-sql
I'm trying to figure this out and I'm stumped. Perhaps someone else has 
done it.

I have two tables:
SIGMEMBER
and
MEMBER

The MEMBER table has a USERID field and an EMAIL field. SIGMEMBER has the 
same two fields. I am trying to update SIGMEMBER from MEMBER such that when 
member.userid = sigmember.userid, it replaces sigmember.email with 
member.email.

Any suggestions?

_____
Justin Long
Network for Strategic Missions
1732 South Park Court, Chesapeake, VA 23320
Ofc 757-420-4500, Fax 757-226-5006, Email justinlong@strategicnetwork.org
Never retreat. Never surrender. Never cut a deal with a dragon.
http://www.strategicnetwork.org




В списке pgsql-sql по дате отправления:

Предыдущее
От: Andrew Perrin - Demography
Дата:
Сообщение: Speeding up a query
Следующее
От: "tjk@tksoft.com"
Дата:
Сообщение: Re: update only if single row