J. Notes for Users of QUEL : QUEL Notes for the Using 4GL Chapter : Query Assignment to a Table Field
 
Share this page                  
Query Assignment to a Table Field
A QUEL example of a retrieval into a table field is shown below:
partstbl := retrieve (parts.no, parts.name,
 parts.price);