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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -