Hi All,
Below is my script, I'm sorry but I'm not too familiar with output scripts,
1.set lines 999
2.set pages 0
3.set feed off
4.column sb_per_lh_forename, column sb_per_lh_surname newline
5.column sb_lh_address newline
6.column sb_bal_cf_date noprint newline
7.column sb_pay_ref newline
8.column sb_prop_address newline
9.column sb_bal_bf_amount
10.select sbt_tra_date, sbt_tra_dr, sbt_tra_cr
11.from sb_prop_accounts, sb_prop_trans
12.where sb_pay_Ref = sbt_pay_ref (+) and sb_pay_ref = 10072896
running in sql plus after row 4. I get the error:-
sp2-0158: unknown column option "column"
then after row 9. the error:-
sp2-0046 column 'sb_bal_bf_amount' not defined.
Then I get the results of the select statement, I'm expecting it to show the results of those columns it hasn't errored on before this. What am I doing wrong?
Many thanks
Sam