Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back a page or two to re-sync the thread and this will then show latest posts. Thanks, Mike.

if(geek) tweet( #songsincode );

  • 21-08-2009 2:42pm
    #1
    Registered Users Posts: 196 ✭✭


    what's the best 1 you've seen so far?

    or post your own

    $who = mysql_query ( 'SELECT name FROM people WHERE letDogsOut=true' );


«13

Comments

  • Registered Users, Registered Users 2 Posts: 2,809 ✭✭✭Gone Drinking


    Get out of the normal people forums, now.


  • Registered Users, Registered Users 2 Posts: 24,522 ✭✭✭✭Cookie_Monster


    :confused:

    Songs in SQL, why would anyone ever do that?


  • Registered Users, Registered Users 2 Posts: 7,589 ✭✭✭Hail 2 Da Chimp


    Nerrrrrd!


  • Closed Accounts Posts: 6,943 ✭✭✭abouttobebanned


    In this village of Nerds, this nerd is King.


  • Registered Users, Registered Users 2 Posts: 986 ✭✭✭Bill-e


    Oh dear god that's bad!


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,303 ✭✭✭Boxfresh


    The best one I saw was

    $YOU = mysql_query ( 'JUM4 FROM people Is a GEEK=true' );


  • Closed Accounts Posts: 1,342 ✭✭✭Long Onion


    $who = mysql_query ( 'SELECT name FROM people WHERE wereyoudroppedasachild?=true' );


  • Registered Users, Registered Users 2 Posts: 5,095 ✭✭✭LadyMayBelle


    wtf?


  • Registered Users Posts: 196 ✭✭jum4


    video@radio ~ $ kill -9 star


  • Closed Accounts Posts: 16,391 ✭✭✭✭mikom


    Forget the code....... just go NES style.



  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,303 ✭✭✭Boxfresh


    Fail!


  • Registered Users, Registered Users 2 Posts: 8,382 ✭✭✭petes


    Thank fcuk I don't know anyhing that is going on in this thread. It's Friday afternoon ffs. I don't need to be thinking!!


  • Registered Users, Registered Users 2 Posts: 4,467 ✭✭✭Wazdakka


    [PHP] I >> You[/PHP]

    Am I doing it right?


  • Registered Users, Registered Users 2 Posts: 84,872 ✭✭✭✭Overheal


    jum4 wrote: »
    what's the best 1 you've seen so far?

    or post your own

    $who = mysql_query ( 'SELECT name FROM people WHERE letDogsOut=true' );
    return fail; //**** syntax


  • Closed Accounts Posts: 2,054 ✭✭✭Carsinian Thau


    I thought I knew what was going on here.

    But then I realised that I didn't...


  • Closed Accounts Posts: 39 JennyMaguire


    Nerrrrrd!

    Hey, did you see that nerd?


  • Registered Users, Registered Users 2 Posts: 24,522 ✭✭✭✭Cookie_Monster


    You have to rap it to make sense


    select
    yrwk1,
    store1,
    dept1,
    desc1,
    sub1,
    tpnb,
    desc4,
    sum(zeroifnull(cnt)) AS "Picks",
    sum(zeroifnull(cnt2)) AS "Failed Picks"
    FROM
    (SELECT
    year_week_number,
    retail_outlet_number,
    RSD.RS_22_department_code,
    RS_22_DEPARTMENT_DESCRIPTION,
    psg.product_sub_group_code,
    bpr.base_product_number,
    bpr.long_description,
    count(bbb.base_product_number)
    FROM VWI0pav_ghs_product_available bbb
    INNER JOIN VWI0BPr_BASE_PRODuct bpr
    on (bbb.base_product_number=bpr.base_product_number)
    INNER JOIN VWI0psg_prodUCT_sub_group psg
    on (bpr.product_sub_group_code = psg.product_sub_group_code)
    INNER JOIN VWI0RSD_RS22_DEPARTMENT rsd
    on (psg.rs_22_department_code = rsd.rs_22_department_Code)
    INNER JOIN VWI0cal_small_calendar cal
    on (cal.calendar_date = bbb.checkout_date)
    WHERE checkout_date in
    (SELECT calendar_date from VWI0cal_small_calendar
    WHERE year_week_number between 200746 and 200803)
    and RSD.RS_22_department_code in ('f')
    and retail_outlet_number in ('3677')
    GROUP BY 1,2,3,4,5,6,7 )
    sh1 (yrwk1,store1,dept1,desc1,sub1,tpnb,desc4,cnt)
    LEFT OUTER JOIN
    (SELECT
    year_week_number,
    retail_outlet_number,
    RSD.RS_22_department_code,
    bpr.base_product_number,
    count(bbb.base_product_number)
    FROM VWI0pav_ghs_product_available bbb
    INNER JOIN VWI0BPR_BASE_PRODUCT bpr
    on (bbb.base_product_number=bpr.base_product_number)
    INNER JOIN VWI0psg_prodUCT_sub_group psg
    on (bpr.product_sub_group_code = psg.product_sub_group_code)
    INNER JOIN VWI0RSD_RS22_DEPARTMENT rsd
    on (psg.rs_22_department_code = rsd.rs_22_department_Code)
    INNER JOIN VWI0cal_small_calendar cal
    on (cal.calendar_date = bbb.checkout_date)
    WHERE checkout_date in
    (SELECT calendar_date FROM VWI0cal_small_calendar
    WHERE year_week_number between 200746 and 200803)
    AND picker_comment_code = 'O'
    and RSD.RS_22_department_code in ('f')
    and retail_outlet_number in ('3677')
    GROUP BY 1,2,3,4)
    sh2 (yrwk2,store2,dept2,tpnb2,cnt2)
    on
    (sh2.dept2 = sh1.dept1)
    AND (sh2.tpnb2 = sh1.tpnb)
    AND (sh1.yrwk1=sh2.yrwk2)
    and (sh1.store1=sh2.store2)
    GROUP BY 1,2,3,4,5,6,7


  • Registered Users, Registered Users 2 Posts: 7,962 ✭✭✭jumpguy


    I don't even understand the thread title. :confused:


  • Registered Users, Registered Users 2 Posts: 10,572 ✭✭✭✭brummytom


    Can anyone translate this nonsense for us normal people?


  • Closed Accounts Posts: 26,567 ✭✭✭✭Fratton Fred


    have they removed all the pron from the internet? the geeks have nothing else to do:eek:


  • Advertisement
  • Closed Accounts Posts: 777 ✭✭✭Mayoegian


    confused-baby.bmp


  • Registered Users Posts: 5,209 ✭✭✭Redzer7


    HUH?


  • Registered Users, Registered Users 2 Posts: 11,264 ✭✭✭✭jester77


    My brain is having a RuntimeException


  • Registered Users, Registered Users 2 Posts: 28,789 ✭✭✭✭ScumLord


    This is just wrong, music should be handled by CSS, I know the lack of tables seems un rock and roll but thems the breaks.


  • Registered Users Posts: 196 ✭✭jum4


    Well it made my day, 30 of my co workers are also in agreement!

    apologies was only trying to have some fun on a lazy Friday.


  • Closed Accounts Posts: 1,377 ✭✭✭An Fear Aniar


    jum4 wrote: »
    video@radio ~ $ kill -9 star

    I think you would need to use "killall" unless you had the pID.

    .


  • Closed Accounts Posts: 10 Verchiel


    jum4 wrote: »
    Well it made my day, 30 of my co workers are also in agreement!

    apologies was only trying to have some fun on a lazy Friday.

    Quit while you are ahead dude :)

    Slow day in Google?


  • Registered Users, Registered Users 2 Posts: 12,811 ✭✭✭✭billy the squid


    c:/>cd alice
    Bad Command or file name


  • Registered Users, Registered Users 2 Posts: 7,814 ✭✭✭TPD


    OP you give us computery types the bad image.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,919 ✭✭✭Schism


    Hey, did you see that nerd?

    Pardon me?


Advertisement