Domanda

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

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

thanks.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top