我有一个活动,它接受来自用户的银行名称和账号。银行名称和相应的账号存储在数据库中。现在在另一个活动中有两个微调器,其中一个获取银行名称并填充它们,另一个获取与该银行相对应的帐号。以下是微调器的代码: // for the spinner holding bank name cursor.moveToFirst()
Declare @accountnumber varchar(30)
Select accountnumber from ErrorTable;
Fetch next from Err_Cursor into @accountnumber;BeginSelect * from Tbl_accountdetail where REGEXP_INSTR(CLOB,@accou