Modifying a field in a SQL Table - TechRepublic
General discussion
May 1, 2003 at 12:55 AM
steve.simons

Modifying a field in a SQL Table

by steve.simons . Updated 23 years, 2 months ago

If I have a field in a table that has

“456789 —Field Name (XYSKU)

How would I modify that entry to remove the quotation mark and keep the numbers? I would want this to update all entries in the associated field because all entries are preceded with (“).

I have the same problem with another field that has the quotation mark at the end of the data

000000765.00” –Field Name (COST)

Thanks in advance!

This discussion is locked

All Comments