I'm trying to import a text file into the database. The file is coma
delimeted and there are newlines, but I want them to be ignored. You can
have newlines in a field correct? I can't find any good examples of using
copy from. I tried copy table from 'file' using delimeters ','; but it
still uses newlines. Does anyone know how to do this?
Nate