J. Notes for Users of QUEL
:
QUEL Notes for the Writing 4GL Statements Chapter
:
Deleting Database Rows
Share this page
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;