The following query works fine in my Oracle Database but doesn't work in
InstantDB. What should I do to make the query work?
SELECT accession_num FROM sample WHERE creation_data IN (SELECT
MAX(creation_date) from SAMPLE GROUP BY patient_id)
Steve Schudlo
Senior Software Developer
Visible Genetics Inc.
416-813-3240 ext:4019
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|