Hello,
I'm trying to copy data from one column named 'title' from table songs (db named db001) to a column named 'songs' from table songs in another db named db002. This is the code: SELECT title INTO songs IN db002 FROM songs;
I get an error msg.:SQL Error (1327): Undeclared variable: songs
What am I doing wrong ?
Thank you, Regards
MM