I don't care what you all think, this is my blog, and I continue to laugh at this SQL joke.
If you're a Simpsons fan, you may recall this clip
If you're not aware, Yahoo Serious is an Australian actor from the movie of the same name. He made it onto Time magazine, then nothing.
But how nifty is that
Although recently I saw Connor use what appears to be a native option, one that doesn't require an APEX package. On the blog topic list...
select column_value
from apex_string.split('YAHOO~SERIOUS~FESTIVAL', '~')
order by dbms_random.value
If you're a Simpsons fan, you may recall this clip
Image may be NSFW. Clik here to view. ![]() |
Yahoo Serious Festival - The Simpsons |
But how nifty is that
apex_string.split
function? And it's cousin join
?Although recently I saw Connor use what appears to be a native option, one that doesn't require an APEX package. On the blog topic list...