문제

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

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

thanks.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top