Author Topic: Grats me - Job  (Read 1460 times)

0 Members and 1 Guest are viewing this topic.

Offline Deepblue

  • Corporate Shill
  • 210
Even better.

 

Offline Goober5000

  • HLP Loremaster
  • 214
    • Goober5000 Productions
Don't spend all your money on EverQuest then. :D

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
rotfl :D i'm actually kidna growing tired of everquest.. i play it like once per week
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

  

Offline Kamikaze

  • A Complacent Wind
  • 29
    • http://www.nodewar.com
'grats! As far as income drain goes, watch out for SOs too. ;)
Science alone of all the subjects contains within itself the lesson of the danger of belief in the infallibility of the greatest teachers in the preceding generation . . .Learn from science that you must doubt the experts. As a matter of fact, I can also define science another way: Science is the belief in the ignorance of experts. - Richard Feynman

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
heh.. blair isn't a very big of an income drain

this is a brain drain
Code: [Select]

SELECT DISTINCT
count(f.`fid`) as c,
e1.`name` as start_text,
e2.`name` as end_text
FROM forms as f
LEFT OUTER JOIN grantees as g ON `f`.`project_number`=`g`.`ed_id`
LEFT OUTER JOIN employment as e1 ON f.`entry_head_employlvl`=e1.`ed_id`
LEFT OUTER JOIN employment as e2 ON f.`exit_head_employlvl`=e2.`ed_id`
WHERE
f.`entry_head_employlvl` IS NOT NULL AND
f.`exit_head_employlvl` IS NOT NULL AND
f.`entry_head_employlvl` != f.`exit_head_employlvl` AND
(enroll > STR_TO_DATE('2004-01-01', '%Y-%m-%d') OR
    exitdate > STR_TO_DATE('2004-01-01', '%Y-%m-%d')) &&
(exitdate < STR_TO_DATE('2005-01-01', '%Y-%m-%d') OR
   enroll < STR_TO_DATE('2005-01-01', '%Y-%m-%d')) AND
(g.`name` LIKE '%Iowa%' OR
   fadss_spec LIKE '%Iowa%')
GROUP BY
 f.`entry_head_employlvl`, f.`exit_head_employlvl`


that's a query i wrote for work
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir

 

Offline IPAndrews

  • Disgruntled Customer
  • 212
  • This site stole my work
Nice job. PHP and MySQL are incredibly easy, and fun.
Be warned: This site's admins stole 100s of hours of my work. They will do it to you.

 

Offline Kazan

  • PCS2 Wizard
  • 212
  • Soul lives in the Mountains
    • http://alliance.sourceforge.net
yeah... except when you write skull-splitting sql queries :D
PCS2 2.0.3 | POF CS2 wiki page | Important PCS2 Threads | PCS2 Mantis

"The Mountains are calling, and I must go" - John Muir