Update 03_ABAP_SQL.md

This commit is contained in:
Dan
2023-02-01 09:47:26 +01:00
committed by GitHub
parent 76627d1bee
commit 71f2841664

View File

@@ -450,8 +450,6 @@ SELECT FROM dbtab
  FIELDS comp1, comp2, comp3
  WHERE ...
INTO TABLE NEW @DATA(dref).
...
ENDSELECT.
```
<p align="right">(<a href="#top">back to top</a>)</p>