toad中sql中如何定义变量?
  例
  define  sc='690126';
    select * from stud where id='&sc';
    select *  from zck where id='&sc';