当前位置: 首页 > 工具软件 > Fetch > 使用案例 >

fetch.....into ..............

陆臻
2023-12-01

set stmt=select * from tablename;

prepare s1 from stmt;

declare aa cursor for s1;

open aa;

fetch aa into name,age ; aa值传给 nage ,age;

 

 

 类似资料: