Mutley Posted December 9, 2008 Share Posted December 9, 2008 Fixed, missed a comma after variable. Doh! Link to comment https://forums.phpfreaks.com/topic/136251-solved-large-sql-query-cuts-off-last-field/ Share on other sites More sharing options...
dclamp Posted December 9, 2008 Share Posted December 9, 2008 i am assuming your selecting all of the fields (or most of them) use something like this: SELECT * FROM `mytable` WHERE 1 this selects everything from your table. Link to comment https://forums.phpfreaks.com/topic/136251-solved-large-sql-query-cuts-off-last-field/#findComment-710736 Share on other sites More sharing options...
gevans Posted December 9, 2008 Share Posted December 9, 2008 If you're selecting everything why use a where clause?? SELECT * FROM 'mytable' Link to comment https://forums.phpfreaks.com/topic/136251-solved-large-sql-query-cuts-off-last-field/#findComment-710742 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.