pdo-wrapper icon indicating copy to clipboard operation
pdo-wrapper copied to clipboard

How to use with JOIN in SQL?

Open superthin opened this issue 3 years ago • 1 comments

I cannot use with LEFT JOIN.

The SQL: $db->getPdo()->query("SELECT users.user_id, users.pw, employee.phone, employee.email FROM users LEFT JOIN employee ON users.user_id = employee.em_id WHERE employee.phone = :phone OR employee.email = :email", [':phone' => $usrname, ':email' => $usrname])->fetch()

Error: PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'phone' in 'where clause' in

superthin avatar Aug 07 '21 00:08 superthin

working to join method please check it

mucahidbaris avatar Jul 23 '22 20:07 mucahidbaris