Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select comparing fields from the same table #48

Open
joaosn opened this issue Apr 15, 2021 · 0 comments
Open

select comparing fields from the same table #48

joaosn opened this issue Apr 15, 2021 · 0 comments

Comments

@joaosn
Copy link

joaosn commented Apr 15, 2021

hi,
I tried something like this
SELECT * FROM produtos WHERE qt < minqt AND id_user = 2

$Produto->select()
->where('id_user',$id_user)
->where('qt','<','minqt')
->get();

Wouldn't that be right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant