VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 781|回复: 1

我用的是 PLSQL 怎样在检索出来的数据选择一条呢?

[复制链接]

2

主题

2

帖子

3.00

积分

新手上路

Rank: 1

积分
3.00
发表于 2020-1-27 07:00:01 | 显示全部楼层 |阅读模式
select temp.itemno
            into v_sku
            from t_goods_re_temp temp
            where temp.itemtype=v_itemtype and temp.itemspec=v_itemspec and temp.bandname=v.bandname;
符合这些条件检索出的数据选择一条,应该怎么写啊

求救 ·!
回复

使用道具 举报

0

主题

71

帖子

50.00

积分

新手上路

Rank: 1

积分
50.00
发表于 2020-2-21 00:30:01 | 显示全部楼层
select temp.itemno
            into v_sku
            from t_goods_re_temp temp
            where temp.itemtype=v_itemtype and temp.itemspec=v_itemspec and temp.bandname=v.bandname and rownum<2;
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表