Listing all records

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

ID Job Specialty City State Shift Title
465120 Long Term Care Conrad MONTANA 8 Hour Evenings
464113 SLP Ballinger TEXAS Days
462914 Wound Care Los Alamitos CALIFORNIA 8 Hour Days
460916 PT Lawton OKLAHOMA 8 Hour Days
454833 Med Surg Spokane WASHINGTON 12 Hour Nights
447084 CT Tech La Palma CALIFORNIA 12 Hour Day/Night Rotate
444999 PACU Bangor MAINE 12 Hour Days
419839 Med Surg Bristol TENNESSEE 12 Hour Nights
401167 Med Surg San Diego CALIFORNIA 12 Hour Nights
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.4961 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 desc limit 3700,100 in 1.2102 seconds