On 16 Jan 2016, at 5:02am, audio muze <audiomuze at gmail.com> wrote:

> The fields in question have content as follows:
> string1\\string2\\string3\\...\\stringx
> 
> I want to write every record's entries to a table with each element
> being a separate record i.e.

This would require a different number of INSERT commands depending on how many 
strings there are in the field.  It may be possible to do this in SQL but it 
would be complicated.

Do it in your programming language, not in SQL commands.

Simon.

Reply via email to