REGULAR EXPRESSIONS

2002-03-04 Thread Angela Harneit
I've a question concerning negations of regular expressions - e.g. I want the sentence this is nice to match, while the sentence this is not nice should not match. I only found possibilities for the negation of single characters on the MySQL-site, but what about whole words?! Greetings,

RANDOM output order???

2002-01-24 Thread Angela Harneit
Hi, I've an actually quite simple problem, so I guess someone might know an answer... I just need a single random result from my query. With an older MySQL-Version this construction worked fine but with the new one not at all: SELECT ... ORDER BY RAND() LIMIT 1 So I tried out this one: