M
M
Max Yaremenko2016-11-11 12:59:09
MySQL
Max Yaremenko, 2016-11-11 12:59:09

How to make a request specifying 2 parameters, the selection will be OR / AND NodeJs?

SOLVED: Selecting 2 parameters using OR
models.user.findOne({
where: {
$or: [{ "email": req.body.login} , {"login": req.body.login}]
}
.. Thank
you

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
romy4, 2016-11-11
@romy4

separated by commas

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question