ok this is what i have::
SELECT recipeId, substring(recipeName, 0, 20) as recipeName FROM users_box
I'm getting no output now..
just .. nothing.. blank. nada
no errors.. but no result.
i tried
SELECT recipeId, (substring(recipeName, 0, 20) as recipeName) FROM users_box
and the many different variants, but to no avail..
something i'm missing obviously.
any ideas?