spikereloaded Posted January 5, 2012 Share 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 Link to comment Share on other sites More sharing options...
Djkanna Posted January 5, 2012 Share Posted January 5, 2012 SELECT LEFT (`ann_TEXT`, 20) AS `selection` ..... Quote Link to comment Share on other sites More sharing options...
spikereloaded Posted January 5, 2012 Author Share 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 Link to comment Share on other sites More sharing options...
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.