0
Select issue
Suppose to have a table COMPANY with a fiel COMPANY_NAME.
In another table I would like to do:
(select COMPANY where Id = 2).COMPANY_NAME
but It does not work.
Can somebody help me?
Thanks
1 reply
-
Ciao Stefano. Prova questo:
(select COMPANY where number(Id) = 2).COMPANY_NAME
Content aside
- 6 yrs agoLast active
- 1Replies
- 1196Views