Closed miteshgarg closed 7 months ago
Hi Defog Team,
Need your suggestion on how to give a join statement in prompt when there is a same column in multiple tables.
Example: Table1 : circle_name, etc... Table2 : circle_name, etc... Table3 : circle_name, etc... Table4 : circle_name, etc...
I have tried with this in prompt but every time it un-necessarily joins with table1 to get the circle_name: -- Table1.circle_name can be joined with Table2.circle_name, Table3.circle_name, Table4.circle_name
Is there a better way to do this?
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Hi Defog Team,
Need your suggestion on how to give a join statement in prompt when there is a same column in multiple tables.
Example: Table1 : circle_name, etc... Table2 : circle_name, etc... Table3 : circle_name, etc... Table4 : circle_name, etc...
I have tried with this in prompt but every time it un-necessarily joins with table1 to get the circle_name: -- Table1.circle_name can be joined with Table2.circle_name, Table3.circle_name, Table4.circle_name
Is there a better way to do this?