fredericoagent
IS-IT--Management
Hi All,
I have a question regarding SQL queries I hope somebody can help me with.
I am trying to create a query in a software called HP quality center in order to extract requirements but need some help.
Under the requirements section we created folders with the name (Name test1 , Type FOLDER)
Under each folder we created set of requirements. Is there an easy way to extract all requirements where folder name = foldername1
---
Select REQ.RQ_USER_03,REQ.RQ_USER_03
FROM
REQ
No how to I say only select the requirements if they are in located in a folder named test1 ?
thanks
I have a question regarding SQL queries I hope somebody can help me with.
I am trying to create a query in a software called HP quality center in order to extract requirements but need some help.
Under the requirements section we created folders with the name (Name test1 , Type FOLDER)
Under each folder we created set of requirements. Is there an easy way to extract all requirements where folder name = foldername1
---
Select REQ.RQ_USER_03,REQ.RQ_USER_03
FROM
REQ
No how to I say only select the requirements if they are in located in a folder named test1 ?
thanks