"Neville Franks" <[EMAIL PROTECTED]> wrote
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.

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

Igor Tandetnik 



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

Reply via email to