Hopefully easy SQL question

2001-11-14 Thread Christopher Oson
ible without a sub-query or having to run multiple queries? The storyID's that should be returned should be: 4385 - 1 4513 - 2 4382 - 3 4533 - 7 HTH, Christopher Oson - Before posting, please check: http://www.mysql.com/m

Easy SQL query??

2001-11-14 Thread Christopher Oson
sub-query or having to run multiple queries? The storyID's that should be returned should be: 4385 - 1 4513 - 2 4382 - 3 4533 - 7 HTH, Christopher Oson - Before posting, please check: http://www.mysql.com/m

Hopefully Easy String Function SQL Question??

2001-11-16 Thread Christopher Oson
e; And this doesn't work either, but when I do something like.. mysql> SELECT LOCATE('.', summary, 0) summary FROM tableName; Then it returns a numerical value according to the documentation... Is this possible? What this query shoul