Book a Demo

Author Topic: Database question  (Read 2366 times)

peterg12345

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Database question
« on: February 22, 2009, 07:31:29 am »
I am having to come up with a query that will extract for a given block:
1). block name
2). operations
3). requirements
4). use case name
5. sequence diagram name
6). sender
7. receiver

I have the first 5 working right (joining t_object. t_operation, t_diagramobjects, t_diagram, and t_object again).

I also have the last two elements (joining t_object, t_connector, and t_object again).

But, I can't seem to be able to join the the two subqueries correctly, because I get duplicate rows.

Any suggestions? (I can post the queries if needed)

TIA

Pete

bioform

  • EA User
  • **
  • Posts: 230
  • Karma: +0/-0
  • Forty-Two?
    • View Profile
Re: Database question
« Reply #1 on: February 25, 2009, 04:04:53 am »
options about unique rows I believe... (DISTINCTROW)

Hope that helps...
Time is what keeps everything from happening at once, Space is what keeps it all from happening to you. <unknown>