Forms-Based Application Development Tools User Guide
>
Part 5: 4GL
>
J. Notes for Users of QUEL
>
QUEL Notes for the Writing 4GL Statements Chapter
>
Deleting Database Rows
Was this helpful?
Deleting Database Rows
The QUEL delete statement below deletes the row that matches the employee number specified at run time:
delete personnel
where personnel.empno = empno;
Last modified date: 08/28/2024
This site works best with JavaScript enabled