php - mysql SUBSTR() problem -
nice easy 1 morning.
ok, here's little sql
statement
select substr(quote,1,20) b_quotes id='74'
this returning empty result confusing because if call upon other part of record (the customers email address example) returns perfectly. i've tried variations , seems substr part failing.
could shed light on this?
thanks shane
try select substr(quote,1,20) q b_quotes id='74'
Comments
Post a Comment