Saturday, September 6, 2008, 10:03:00 AM, you wrote:

IT> "Neville Franks" <[EMAIL PROTECTED]> wrote
IT> in message news:[EMAIL PROTECTED]
>> At present the clm data is a list of one or more numeric id's
>> separated by either a space or comma. I need to update this so the
>> id's are always comma separated.

IT> update tableName set field=replace(field, ' ', ',');

Thanks Igor. Unfortunately I oversimplified my explanation, and the
processing that is required is somewhat more complex. However this
opened my eyes to the possibility of writing a user defined function
to use with update.

-- 
Best regards,
  Neville Franks, http://www.surfulater.com http://blog.surfulater.com
 

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to