Hopefully easy SQL question

2001-11-14 Thread Christopher Oson
Good Day All, I have a question mysql select storyID, storyCategoryID, left(title, 25) title - from newsStories where storyCategoryID 0 - order by storyCategoryID; +-+-+---+ | storyID | storyCategoryID | title |

Re: Hopefully easy SQL question

2001-11-14 Thread Bob Hall
On Wed, Nov 14, 2001 at 09:03:11PM -0800, Christopher Oson wrote: Good Day All, I have a question mysql select storyID, storyCategoryID, left(title, 25) title - from newsStories where storyCategoryID 0 - order by storyCategoryID;

Re: Hopefully easy SQL question

2001-11-14 Thread Jason Wong
On Thursday 15 November 2001 13:03, Christopher Oson wrote: Good Day All, I have a question mysql select storyID, storyCategoryID, left(title, 25) title - from newsStories where storyCategoryID 0 - order by storyCategoryID;