会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
红富
随笔档案-2015年09月
oracle select into相关
2015-09-11 09:57 by hf_sun, 4932 阅读,
收藏
,
摘要: 自定义参数输出:declare v_test integer :=0 ;beginselect count(*) into v_test from tf_estate_card t ;dbms_output.put_line(v_test); end;使用SELECT INTO和INSERT INT...
阅读全文
0 Comment
About