MySQL Query Error: Unknown table 'page' in where clause
Query: select *, concat(a.strFirstName, ' ', a.strLastName) as author, b.intSortAuthorID, a.txtFullBio from NPMSponsorBooks b left join Authors a on b.intSortAuthorID = a.intAuthorID where intSponsorID = 144 and intBookID = page.php;