Answer the question
In order to leave comments, you need to log in
How to check id from alias?
Good afternoon!
I have this request:
(SELECT
T0.ID ID,
T0.ClientID client_id,
T0.ClassID ClassID,
T0.SeniorID SeniorID,
T0.DNumber DNumber,
(SELECT
NotEmptyStr(SO1.fullName, SO1.name) FullName$
FROM
ActivityDirections SO1
WHERE
SO1.ID = T0.ActivityDirection) AutoAlias_10750549,
(SELECT
SO1.ID id_type
FROM
ActivityDirections SO1
WHERE SO1.ID = T0.ActivityDirection
) typeid
.....
WHERE BLABLABLA AND typtid.id_type IN (192922, 19333, 2323)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question