Jul 1, 2004 #1 Nordlund Programmer Jul 17, 2001 458 SE Hi there. This might be a simple question, but lack of time does the problem. How do I remove the trailing spaces when I'm converting CHAR-fields to VARCHAr-fields. We are talking about 150 tables and about 5-20 CHAR-fields in each table. //Nordlund
Hi there. This might be a simple question, but lack of time does the problem. How do I remove the trailing spaces when I'm converting CHAR-fields to VARCHAr-fields. We are talking about 150 tables and about 5-20 CHAR-fields in each table. //Nordlund
Jul 1, 2004 #2 JayKusch MIS Oct 30, 2001 3,199 US Hmmm ... maybe something like ... Set NewVarCharField = RTRIM(LTRIM(CharField)) Thanks J. Kusch Upvote 0 Downvote
Jul 1, 2004 Thread starter #3 Nordlund Programmer Jul 17, 2001 458 SE Hi. Thanks for the answer, Kusch... I did a doublepost, look at: http://www.tek-tips.com/viewthread.cfm?SQID=872125&SPID=183&page=1 //Nordlund Upvote 0 Downvote
Hi. Thanks for the answer, Kusch... I did a doublepost, look at: http://www.tek-tips.com/viewthread.cfm?SQID=872125&SPID=183&page=1 //Nordlund