M
ME
I imported a file from Excel that had a field that was
storing 3 values that need to be split into 3 fields.
The data is separated by commas, ex: 16,34,90.
I'm new at this so I'm not sure how to write the SQL
statement that will do this for me, especially in the
unlikely(but possible) case where there might be only 1 or
2 values in the field.
storing 3 values that need to be split into 3 fields.
The data is separated by commas, ex: 16,34,90.
I'm new at this so I'm not sure how to write the SQL
statement that will do this for me, especially in the
unlikely(but possible) case where there might be only 1 or
2 values in the field.