标签: odata
我是OData的新手,正在尝试学习这一点。我有一种情况,我需要将仅从具有表别名的内部选择语句中选择的SQL查询转换为OData。我为此提供了一个简单的方案。
select id, name from (select id, name from table1) as t1