I noticed that sqlite uses || as a string concatenation operator, but I am curious if they also support the concat(arg1,arg2...argn) function as well, and if so, since what version? I couldn't find anything related to this documented, but after doing some tests it seems as though the concat function is supported.
Bob Dankert

