Question:

SELECT * FROM users WHERE clue > 0?

by  |  earlier

0 LIKES UnLike

What in the world does that mean, this geek at my school was waring a shirt that said that, and im kinda curious to know wat exactly it means.

oh and it also said "Returned 0 results"

 Tags:

   Report

3 ANSWERS


  1. haha.. its SQL (standard query language), a database language. Its used to select results from a table.

    So basically that would be saying pick (all) from (all of the users) that have a clue (clue greater than 0)

    Then returned 0 would mean that 0 users match that criteria..

    Hee hee i find it funny..

    But basically you have a table with columns and rows... the table is called users and it looks like this

    Users Table

    Name     Clue

    person      0

    person2     -2

    person3     -5

    because none of person 1, 2, or 3 have "clue" greater than 0,. nothing would come back.. its a query because you ask the database a question and it answers....

    Hard to explain any better than that unless you know computer stuff....

    In super plain english...

    Everyone is clueless


  2. This is an SQL statement to find data in a database

    Basically, find anyone that has a clue.....

    Returned 0 results means nobody has a clue!


  3. That's very funny.  All users are clueless.

    This link to video answers is obnoxious.  Sure, it's on topic.  But it won't take "no" for an answer that i don't want to download a codec.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.