92
const
6y

Query for the clients and some people

Comments
  • 14
    Id=3 does not mean the third
  • 15
    @AndSoWeCode was waiting for this, auto increment starts from 1,2,3...
  • 0
    @const nowhere is it specified that it's auto increment, or the order that fingers are inserted.
  • 6
    @AndSoWeCode that's why this is a meme/joke, not gonna create complete table for this 😅
  • 13
    Fingers start at zero.
  • 0
  • 1
    select cast(round(cast(count(finger) as float)/2)+0.5 as int) as ‘fuck id’ from hand
  • 1
    Somebody has to be the person who points out (with a finger?) that the thumb, while a digit of the hand, is not a finger.
  • 0
    id starts from 0. So...
  • 4
    Never have I heard sql table id starts from 0
  • 4
    select finger, max(finger_length)
    from finger;
  • 2
    Bug report: Doesn't work for people born with four fingers on one hand.
  • 0
    @Benedikt see my previous comment.
  • 2
    @tizo That's not correct. Even if the thumb only has two phalanxes, it is nevertheless one of the five fingers of the hand.
  • 0
    @Benedikt google it. From Oxford dictionary: ‘Digit’ is the technical term which covers fingers, thumbs, and toes in humans, and similar appendages in some animals. The thumb is the short, thick first digit of the human hand. The other four digits are our fingers.

    I will concede though that Oxford dictionary conceded that the connotation of finger includes the thumb but the denotation does not.
  • 4
    Let me settle this.

    SELECT `finger`
    FROM `hand`
    WHERE `hand`.`fingerName`
    IS LIKE '%dirty%'
    LIMIT 1;
  • 1
    @tizo There seems to be multiple definitions. So it is not wrong to call the thumb a finger.
    In fact, most English sources I found called it a finger. And in German sources (this definition should be language independend) it's always called a finger.
Add Comment