Company name - which SQL table?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michellepace
    Bronze Member

    • Oct 2018
    • 131

    #1

    [Question] Company name - which SQL table?

    Good morning,

    Does anyone perhaps know which SQL table the company name is stored in? I thought it would be in CompanyParameters but no such luck.

    Best wishes,
    Michelle
  • michellepace
    Bronze Member

    • Oct 2018
    • 131

    #2
    Not to worry, it is actually in the LedgerParameters table:

    Code:
    select CoName from "LedgerParameters"

    Comment

    Working...