Hello all
This code below works but doesn't filter records by owner.
Please help. thanks
SELECT * FROM books
LEFT JOIN car ON books.car_id = car.id
LEFT JOIN cat ON books.cat_id = cat.id
WHERE
books.owner = '$owner'
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.