test/cds.ql.test.js/test. test('w/ sub selects', () => { expect(SELECT.from(Foo).where({ x: SELECT('y').from('Bar') })).to.eql( CQL`SELECT from Foo where x ...
確定! 回上一頁