spikereloaded Posted January 5, 2012 Posted January 5, 2012 hey guys Im trying to select a certain number of characters from a column in my tables but having trouble doing so. im using ("SELECT LEFT('ann_TEXT', 20) but it doesnt return any characters at all? Any ideas what im doing wrong?! cheers people! :D Quote
Djkanna Posted January 5, 2012 Posted January 5, 2012 SELECT LEFT (`ann_TEXT`, 20) AS `selection` ..... Quote
spikereloaded Posted January 5, 2012 Author Posted January 5, 2012 no thats not my exact query, and the query i want to use works fine in phpmyadmin but when i put it in game it doesn't return any characters. could it have anything to do with <br /> being in some of the text im trying to get?! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.