stored procedure

sohaha's profile image sohaha posted 3 years ago in General Permalink

brothers,why is it wrong to run a stored procedure when its parameter type is out ,and use navicat is successful!

2 attachment(s):
  • QQ-20210122160649
  • QQ-20210122160357
BubikolRamios's profile image BubikolRamios posted 3 years ago Permalink

declare local variable datas_local select 1 into datas_local set datas = datas_local something like that

sohaha's profile image sohaha posted 3 years ago Permalink

thanks,it's still wrong, this is the code: BEGIN DECLARE datas_local INT; SELECT 1 INTO datas_local; SET datas = datas_local; SELECT datas;
END

i think it should not has a input window when its parameter type is out

1 attachment(s):
  • QQ-20210123175542

Please login to leave a reply, or register at first.