cyprus106
Programmer
- Apr 30, 2001
- 654
I've tried this a dozen ways and I cannot figure out what IB isn't liking about this... Can SOMEBODY please help??
SELECT * FROM BKMASTER WHERE Trim(LEADING ' ' FROM MISB) LIKE '99999';
It's whining about the ' '... I found in InterBase documentation that this is how you're supposed to do this, and yet it still doesn't work. Can somebody help?
Cyprus
SELECT * FROM BKMASTER WHERE Trim(LEADING ' ' FROM MISB) LIKE '99999';
It's whining about the ' '... I found in InterBase documentation that this is how you're supposed to do this, and yet it still doesn't work. Can somebody help?
Cyprus