Pergunta

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

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

thanks.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top