Listing all records

Displaying records 3701 through 3709 out of a total 3,709 records. Prev

ID Job Specialty City State Shift Title
548402 ICU New Lenox ILLINOIS 12 Hour Days RN/Registered Nurse
548403 Telemetry Monterey CALIFORNIA 12 Hour Nights RN/Registered Nurse
548404 ICU New Lenox ILLINOIS 12 Hour Days RN/Registered Nurse
548405 Telemetry Monterey CALIFORNIA 12 Hour Nights RN/Registered Nurse
548406 PCU Pittsfield MASSACHUSETTS 12 Hour Nights RN/Registered Nurse
548407 OR Queens NEW YORK 12 Hour Days RN/Registered Nurse
548408 OR Cleveland OHIO 12 Hour Days RN/Registered Nurse
548409 ER Brooklyn NEW YORK 12 Hour Nights RN/Registered Nurse
548410 Respiratory Therapist Lynwood CALIFORNIA 12 Hour Nights Respiratory Therapist
Slow: select count(*) from joborders a left join specialties b on a.specialty=b.id left join shifts c on a.shift=c.id left join job_titles d on a.title=d.id left join hospital z on z.id=a.hospital_id left join states y on y.id=z.state where closed=0 in 1.5054 seconds
Slow: select a.id,a.id,b.name as specialty,c.name as shift,d.name as title,z.city,y.name as state from joborders a left join specialties b on a.specialty=b.id left join shifts c on a.shift=c.id left join job_titles d on a.title=d.id left join hospital z on z.id=a.hospital_id left join states y on y.id=z.state where closed=0 order by a.id asc limit 3700,100 in 1.107 seconds