Saturday, December 22, 2012

Found Something!

Found Something!

"SELECT COUNT(*) FROM `foff` WHERE `age` < 30"; works!

Can you REDUCE the usage of 7 words down to 4 (conjugated phrases are counted as a single word, like COUNT(*) is a single word I've taken here)?
 
I just found it to be working: 
" SELECT COUNT(`age` < 30) FROM `foff`";

Now, what happened to me. I couldn't study for my Computer Science examination a couple of days ago, and wrote the above line of SQL command completely out of imagination, but more of  "sort of" experience I had managed to gather while building Nekster.  My teacher disregarded the command the moment he saw it as such inventions are rarely rampant in CBSE guidelines. I'm amazed it came out to be completely WORKING!