Просмотр поста

.
Delphinum

Что лаконичнее:
select * from `users` where id > 10
или
(new Select())->all()->table('users')->where('id', '>', 10)
? ))