Can I do something like this?SELECT sum(name) FROM table;
Where name is a text field.I know 'sum' doesn't work, but is there another solution?'||' is not good because it will take just 2 arguments.
Thank you.