6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
using { sap.capire.bookshop.Authors } from '@capire/bookshop';
|
|
|
|
define view Foo as select from Authors {
|
|
ID, name, books[where title like 'Cat%'].currency.code
|
|
};
|