Как в selectRaw в качестве столбца указать 1?
->selectRaw(select 1
from users
where users.id in (3, 5 ,7))
сейчас выдает ошибку column 1 not found
->selectRaw(select 1
from users
where users.id in (3, 5 ,7))
сейчас выдает ошибку column 1 not found