I tried to use my function with a statement like: SELECT left('Hallo Du!', 5); I got: "near "(" : syntax error" This is - I assume - because LEFT is already a keyword with a special meaning as stated in http://www.sqlite.org/lang.html#keywords and can therefore not be used as a function name.
Is that true?
Yes.
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565

