Updating specific area of table in postgresql
Posted
by MrEnder
on Stack Overflow
See other posts from Stack Overflow
or by MrEnder
Published on 2010-04-02T19:10:43Z
Indexed on
2010/04/02
19:13 UTC
Read the original article
Hit count: 377
Ok I am trying to update a specific area of a table in postgresql
I want it to find the user that goes along with the table
and then update the information I have
like in this case the email is the user name that it needs to look for.
it needs to add in areas like $aboutSelf, $hobbies, $music, $tv, $sports
so ya I have no idea how to do this lol ^.^ I only know how to add stuff from scratch. like create a non existing user
© Stack Overflow or respective owner