Forum Discussion
amitchandak
7 years agoSuper User
Postgresql Direct Query Fails on joined tables
I connected to Postgresql using direct Query. But when I try to get data it errors out. Using the latest version of NPGSQL 4.0.9
v-xuding-msft
6 years agoCommunity Support
Hi amitchandak ,
In my sample, it worked fine. I think the scenario may be caused when you merge queries. Can you please share some screenshots about the step of merging queries and the results? You could mask the sensitive data.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
6 years agoSuper User
I added tables and joined them. And they trying to get data. Till the time I get data from one table, it is working. But if I use two tables, it is not working.
- amitchandak6 years agoSuper User
ImkeF, Please suggest.
- amitchandak6 years agoSuper User
Anyway to resolve this