Question

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

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

thanks.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top