From: | Joshua <joshua(at)joshuaneil(dot)com> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org, pgsql-novice(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
Subject: | yet another simple SQL question |
Date: | 2007-06-25 17:44:25 |
Message-ID: | 467FFEF9.5050603@joshuaneil.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-novice pgsql-sql |
Ok,
You guys must be getting sick of these newbie questions, but I can't
resist since I am learning a lot from these email lists and getting
results quick! Thanks to everyone for their contributions.
Here is my questions....
I have a column that looks like this
firstname
-----------------
John B
Mark A
Jennifer D
Basically I have the first name followed by a middle initial. Is there a
quick command I can run to strip the middle initial? Basically, I just
need to delete the middle initial so the column would then look like the
following:
firstname
---------------
John
Mark
Jennifer
Thanks again for all of your help today. Everything you guys have been
sending has produced successful results.
Thanks.
From | Date | Subject | |
---|---|---|---|
Next Message | Charley Tiggs | 2007-06-25 17:52:45 | Re: yet another simple SQL question |
Previous Message | Bill Moran | 2007-06-25 17:43:02 | Re: was is the normal number of postgres.exe? |
From | Date | Subject | |
---|---|---|---|
Next Message | Charley Tiggs | 2007-06-25 17:52:45 | Re: yet another simple SQL question |
Previous Message | manchicken | 2007-06-25 17:10:37 | Re: another simple SQL question |
From | Date | Subject | |
---|---|---|---|
Next Message | Charley Tiggs | 2007-06-25 17:52:45 | Re: yet another simple SQL question |
Previous Message | manchicken | 2007-06-25 17:10:37 | Re: another simple SQL question |