Question

Can I make a simple "select in" statement using simpleDb

Ex: SELECT * FROM Domain WHERE id in (1,2,3)

thanks.

Était-ce utile?

La solution

Yes you can do it. You can use IN syntax like this.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top