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

null
    • Ninox developer
    • Fabio
    • 5 yrs ago
    • Reported - view

    Ciao Stefano. Prova questo:

    (select COMPANY where number(Id) = 2).COMPANY_NAME

Content aside

  • 5 yrs agoLast active
  • 1Replies
  • 1194Views