Subject construct in PROC
Author grat007
Hi,
I have a question,it is possible to make this contruction in procedure?

SELECT CTAB FROM CC WHERE ID=1 INTO :cname

DELETE FROM CTAB WHERE .....

Thanks all