Hi! I am using Crystal Reports 11.5 and I have created a query using the Database Expert where I have joined a number of tables. It seems when you join more than one table to one other table using the expert, it automatically joins then with an "AND" statement.... such as:
LEFT OUTER JOIN "PID_DIST" "PID_DIST" ON ("LND_PARCEL"."PID"="PID_DIST"."PID") AND ("LND_PARCEL_MODIFIED"."PID"="PID_DIST"."PID")
I would like to change that AND to an OR........ I can view the SQL under the menu Database - Show SQL Query but I can't seem to edit in here.... is there a way to either edit that SQL, or do something using the database expert to do this??
Thanks in advance!!
LEFT OUTER JOIN "PID_DIST" "PID_DIST" ON ("LND_PARCEL"."PID"="PID_DIST"."PID") AND ("LND_PARCEL_MODIFIED"."PID"="PID_DIST"."PID")
I would like to change that AND to an OR........ I can view the SQL under the menu Database - Show SQL Query but I can't seem to edit in here.... is there a way to either edit that SQL, or do something using the database expert to do this??
Thanks in advance!!