SQL table showing table names and column names (not just ID)?

  • SQL table showing table names and column names (not just ID)?

    Posted by Heather-Walters on November 7, 2019 at 10:37 am
    • Heather Walters

      Member

      November 7, 2019 at 10:37 AM

      Is there a SQL table that will give me a cross reference of NAV Table No, NAV Table Name? Also, NAV Field No, NAV Field Name?

      For instance, when I query the change log table, I only see references to [Table No_] and [Field No_], but no readable names. Several tables have these references.

      I can get the readable name in the client or look it up manually in the Dev Environment, but I would like to join it in SQL. Does anyone know a spot where I can find this information?

      Thanks!

      ——————————
      Heather Walters
      Apothecary Products
      Burnsville MN
      ——————————

    • Rick Tweedle

      Member

      November 7, 2019 at 10:53 AM

      The Object table has the table info you needĀ 
      select * from [Object]

      Type = 1 for table

      The field level data I’m not sure where it comes from though (other than the virtual field table in the object designer)

      ——————————
      Rick Tweedle
      BC/NAV Dev Manager
      Columbus Global
      Temecula CA
      ——————————
      ——————————————-

    • Heather Walters

      Member

      November 7, 2019 at 10:55 AM

      That is just what I was looking for! Can’t believe I didn’t find that myself. Thanks!

      ——————————
      Heather Walters
      Apothecary Products
      Burnsville MN
      ——————————
      ——————————————-

    Heather-Walters replied 5 years, 10 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

The discussion ‘SQL table showing table names and column names (not just ID)?’ is closed to new replies.

Start of Discussion
0 of 0 replies June 2018
Now

Welcome to our new site!

Here you will find a wealth of information created for peopleĀ  that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!