Oct 25, 2004 #1 2314 Programmer May 19, 2001 69 IN HOW DO I CHECK WHERE THE FIRST TWO CHARACTERS OF MY FIELD ARE NUMERIC
Oct 25, 2004 #2 SantaMufasa Technical User Jul 17, 2003 12,588 US 2314 One method is: Code: ...Where translate(substr(<colname>,1,2),'^0123456789','^') is null... Let us know if this does what you wanted. Mufasa (aka Dave of Sandy, Utah, USA) @ 10:57 (25Oct04) UTC (aka "GMT" and "Zulu"), @ 03:57 (25Oct04) Mountain Time Upvote 0 Downvote
2314 One method is: Code: ...Where translate(substr(<colname>,1,2),'^0123456789','^') is null... Let us know if this does what you wanted. Mufasa (aka Dave of Sandy, Utah, USA) @ 10:57 (25Oct04) UTC (aka "GMT" and "Zulu"), @ 03:57 (25Oct04) Mountain Time