当前位置:
代码迷
>>
Oracle管理
>> store procedure 中 in 加變數,怎麼寫?该如何解决
详细解决方案
store procedure 中 in 加變數,怎麼寫?该如何解决
热度:
516
发布时间:
2016-04-24 05:17:49.0
store procedure 中 in 加變數,怎麼寫?
各位先進:
程式傳入一個變數:A1
A1 = "'1','2','3','4'"
然後在store procedure寫
select a,b,c
from ta
where c in (A1);
這樣的語法錯誤嗎?會找不到資料,如果將他改成
select a,b,c
from ta
where c in ('1','2','3','4');
就找得到資料
有誰知到原因嗎?
------解决方案--------------------
探讨
請問forgetsam,
那有沒有比較不蠢的方法,
讓c='1' or c= '2' or c='3' or c='4'時,都能滿足條件啊!
查看全文
相关解决方案
var store=new ActiveXObject("CAPICOM.Store" store.Open(二, "My" 0 || 128)
Crystal Report & Procedure,该如何解决
Secure Store Shared Service 没有响应,因而无法完成此操作。请与管理员联系
win8 store app C#+XAML 实现摄像头扫描二维码
关于错 误 号:5异常描述:Invalid procedure call or argument
ExtJs的Ext.create('Ext.data.Store')得到始终空记录!疯了!解决办法
Extjs4 Store B删除Store A解决思路
ExtJs的Ext.create('Ext.data.Store')失去始终空记录!疯了!
编者Grid列动态获取ComboBox.store
EXT-当地数据源的组合框示例 Ext.data.Store
Ext JS Ext.data.Store 从后台取数据有关问题
Ext store 中文排序有关问题补丁
Ext store.reload()以后,无法获取最新的数据
【转】store.getById() 应用
ExtJs 4.1 store sync 的有关问题
store 的 getModifiedRecords() 亟需 commitChanges()
ExtJs : Ext.data.store 中each的施用技巧
EXTJS4.0 中 Ext.tree.Panel store.load()时重复加载已有的树信息有关问题解决
Dojo Data Store ―― 一致数据访问接口
Windows Store apps开发[28]在Windows 八 Apps中通过C#使用Web Service
http协议-缓存统制:no-cache/must-revalidate/no-store
ext Store getCount()步骤笔记
ExtJs Store baseParams设立
Extjs4 store load 有中文字符提交后台乱码解决办法
ExtJS Combo box Store 加载两次有关问题
挪动应用web页面调用google play 和app store
ExtJS Store 步骤以及属性介绍
Extjs4 Store B剔除Store A
extjs proxy reader store 用法及例证
扩充Extjs4 Store,添加'aftersync'事件