D
D
Denis Mashanov2018-01-30 10:35:00
C++ / C#
Denis Mashanov, 2018-01-30 10:35:00

Is it possible to shorten the request here?

Good afternoon everyone. Is it possible to somehow reduce these requests, that is, to unite them?

join t_drugs in db.Drugs on t_orders.DrugsID equals t_drugs.Id //id данные препарата
                            join t_ndrug in db.DrugsDicts on t_drugs.DrugsDictID equals t_ndrug.Id //название препарата
                            join t_dosdrug in db.DosageDicts on t_drugs.DosageDictID equals t_dosdrug.Id //название дозировки

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Mashanov, 2018-02-01
@LoneRay

This issue has been resolved and it makes sense to reduce the request, which is already optimally reduced.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question