Monday, 3 September 2018

How do I model the following query in sequelize

SELECT name from trial_sites where id IN( SELECT trial_site_id from trial_instances where id IN (SELECT trial_instance_id from referrals where physician_id=2)) ORDER BY name

Submitted September 03, 2018 at 10:30AM by HoloCroc

No comments:

Post a Comment