Bernie, Thank you.
Follow on question.
Getting the error message
-ERROR- An expression cannot end with binary operator. (2149)
when I try to use an
INSERT INTO tablename1 (column1, column2, etc.)
SELECT
column1, column2, etc.
FROM tablename2
The error does not really help me figure out what I am doing wrong.
Any ideas;
Jan
