
20 Jan
2009
20 Jan
'09
8:03 p.m.
Hi, Could someone please help me with this one? I've got a table table1 where col1 is varchar(10) After I run this query copy col1 from table1 into 'c:\test.csv' using delimiters ',' limit 1; I get "abc " in the file test.csv (it used to be trimmed eg. "abc") Is this the way it's going to be or this is a bug? Thanks. Dariusz.