从 DB 表中获取单个字段到 itab 中
我想从透明表 z_accounts 中获取 excep_point 字段,以获取 company_code 和 account_number 的组合。我怎样才能在ABAP SQL 中做到这一点? 假设表结…
如何将 select max 和 count 结合起来?
我得到了这个: select ordernr from users having count(ordernr) = ( select max(count(ordernr)) from users where ordernr = ordernr group by or…
- 共 1 页
- 1