Skip to main content
Topic: Joining 2 tables with 'Soft Delete' enabled on both tables (Read 1191 times) previous topic - next topic

Joining 2 tables with 'Soft Delete' enabled on both tables

database: MySQL (have not tested with other databases)
List form: when joining 2 tables with 'Soft Delete' enabled on both tables I get this error:
Column 'is_deleted' in where clause is ambiguous

Re: Joining 2 tables with 'Soft Delete' enabled on both tables

Reply #1
I am thinking that you'll get that error if any columns between the two tables match.. Instead of the SQL Statement being "Select *" it should list the columns and preface each by the table name. Hopefully PHPRad can make that change in the next release..