Forum Discussion
pricedgp
11 years agoContributor
Update -- I just rewrote the query to select specific fields instead of doing a "select *" and it's now returning both rows as expected.
Note that this query joins 5 different tables, and so I'm wondering if there's a limit on the number of fields per row that SoapUI can return.
- nmrao11 years agoCommunity HeroLooks the issue resolved by yourself after fine tuning the query.
Regarding the other query, I believe there should not be any limit on the number of fields per row in soapui as per my understanding.