Re: Select Into Statement

From: billia <member_at_dbforums.com>
Date: 25 Apr 2002 14:12:14 GMT
Message-ID: <3cc80ebe$1_at_usenetgateway.com>


Because it is a PL/SQL construct and not a SQL construct...

DECLARE test recnoctr.tableid%TYPE; BEGIN select tableid into test from recnoctr where tableid = 'set'; END; /

Regards

--
Posted via dBforums
http://dbforums.com
Received on Thu Apr 25 2002 - 16:12:14 CEST

Original text of this message