rem ----------------------------------------------------------------------- rem Filename: help.sql rem Purpose: Access the SQL*Plus Help table rem Notes: If the HELP table doesn't exist, see the SQL*Plus FAQ for rem installation instructions. rem Date: 05-July-98 rem Author: Frank Naude, Oracle FAQ rem ----------------------------------------------------------------------- select info from system.help where upper(topic)=upper('&1') /