hi is anybody would mind to help me transform this raw query below into laravel query builder or eloquent?
SELECT * FROM
vendor_transaction
WHEREvendor_transaction
.status
<> 'new' AND (SELECT COUNT(*) AShasil
FROMbook_code
WHEREbook_code
.vendor_transaction_id
=vendor_transaction
.id
) > 0 ORDER BYvendor_transaction
.id
DESC
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire