Re: [Virtuoso-users] Trim all varchar cells in a table efficiently

2010-01-25 Thread Tim Haynes
Aldo Bucchi wrote: Hi, I have a table that has random spaces appended to random varchar values. ( that's just a FOL ). I would like to run a procedure against the table and trim each varchar value "in place" so that, after running the procedure on a table, I could be assured that all cells are c

[Virtuoso-users] Trim all varchar cells in a table efficiently

2010-01-23 Thread Aldo Bucchi
Hi, I have a table that has random spaces appended to random varchar values. ( that's just a FOL ). I would like to run a procedure against the table and trim each varchar value "in place" so that, after running the procedure on a table, I could be assured that all cells are correctly trimmed. i.