PLSQL Pilih Intop

SELECT
  select_list
INTO
  variable_list
FROM
  table_name
WHERE
  condition; 
SteveMcT