Nov 4, 2008 #1 maverick MIS Apr 21, 1999 193 US In one field on all records I want to get rid of anything longer than 8 characters, I tried: SELECT LEFT(`colName`, 8); It didn't work of course... hehehe Can someone enlighten me? thanks, Mav
In one field on all records I want to get rid of anything longer than 8 characters, I tried: SELECT LEFT(`colName`, 8); It didn't work of course... hehehe Can someone enlighten me? thanks, Mav
Nov 4, 2008 #2 r937 Technical User Jun 30, 2002 8,847 CA well, SELECT would retrieve the data did you want to update it? try the UPDATE statement then r937.com | rudy.ca Upvote 0 Downvote
well, SELECT would retrieve the data did you want to update it? try the UPDATE statement then r937.com | rudy.ca