Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. comrade1

    How do I order by this select?

    I have a query that produces the following result: mysql> select patient.patient_id_string, survey.survey_date -> from survey, patient where survey.patient_id = patient.patient_id and survey.survey_score is not null and patient.location_id = 1 -> order by survey.survey_date desc...

Part and Inventory Search

Back
Top