我想在写查询语句的时候,将条件赋给变量,不知道怎么写,
SQL的话,比如:
declare @temp varchar(20) 
set @temp='SRT13000007'
select * from  einvgtfhd where efhno=@temp
但我不知道orcale怎么写