Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SELECT * FROM dbtab WHERE a - b GE c.
问题出在 ABAP 中a - b。有没有办法制作这样的WHERE?
a - b
据我所知,这对于Open SQL是不可能的。顺便说一句,您不会从内部表中进行选择(但通常会选择其中)。