MrCBofBCinTX
Technical User
I'm new to this but so far what I'm doing seems to be working okay.
I have some useful data that was entered into a "junk" table that I was using as I learned PostgreSQL.
Someone else entered some of the data and didn't realize that in the following entry:
The following are not useful in this column. (Only Yellow Pine IS useful, but in another column)
and
(These are not very many entries, but I want to learn from this now)
I can remove these through perl dbi.
I was wondering if these types of changes can made with pure SQL, or if it has to be done through something like perl?
I want
as end result.
I have some useful data that was entered into a "junk" table that I was using as I learned PostgreSQL.
Someone else entered some of the data and didn't realize that in the following entry:
Code:
Millstead - 2 In. x 6 In. x 12 Ft. Dimensional Yellow Pine Lumber
The following are not useful in this column. (Only Yellow Pine IS useful, but in another column)
Code:
Millstead - 2
Code:
Dimensional Yellow Pine Lumber
(These are not very many entries, but I want to learn from this now)
I can remove these through perl dbi.
I was wondering if these types of changes can made with pure SQL, or if it has to be done through something like perl?
I want
Code:
2 In. x 6 In. x 12 Ft.