Book a Demo

Author Topic: SQL Queries  (Read 3292 times)

andrewd

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
SQL Queries
« on: July 04, 2014, 04:28:28 am »
Is there a list of tables that I can query with SQL?

So far I am only aware of t_object, t_connector, and t_objectFiles.

I am trying to run a query that will return a set of packages with a specific tagged value.  I found the t_object.Tagged field, but it is always 0, even if I add a tagged value to that element.

Any suggestions?

andrewd

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: SQL Queries
« Reply #1 on: July 04, 2014, 05:36:32 am »
Never mind.  I figured it out.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: SQL Queries
« Reply #2 on: July 04, 2014, 05:50:15 am »
See my Inside book. It might save you some work :)

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: SQL Queries
« Reply #3 on: July 04, 2014, 09:09:46 am »
If you go to the search window of EA. There is a SQL page, and it offers type completion for both table and column names. Also, if you look at the Automation section of the help, most pages have at the top something like "Associated table in .EAP file     t_clients"