Skip to content

[Find options] MySQL "where and" on same column #3113

@brosbunbo

Description

@brosbunbo

Issue type:

[x] question
[ ] bug report
[ ] feature request
[ ] documentation issue

Database system/driver:

[ ] cordova
[ ] mongodb
[ ] mssql
[x] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo

TypeORM version:

[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)

Hi there,

I'm wonder how I can turn simple sql query below:

select * from user where id < 10 and id in(1, 2, 3);

to typeorm find options: https://github.com/typeorm/typeorm/blob/master/docs/find-options.md

Thanks and Best Regards,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions