m*e
2 楼
WHERE (dbo.tblFact.Period_ID in (26, 27, 28.....50))
有没有简单的办法表达26-50,就不用把26到50这些数字都hard code。
有没有简单的办法表达26-50,就不用把26到50这些数字都hard code。
r*h
3 楼
【 以下文字转载自 Programming 讨论区 】
发信人: rockfish (rockfish), 信区: Programming
标 题: 求教: JBoss 怎么config MDB consumer queue?
发信站: BBS 未名空间站 (Fri Dec 13 11:15:11 2013, 美东)
哪位大侠说说?在JBoss5.1, 怎么找不到地方把queue server的URLconfig的地方啊,
是那个xml file?还是在console? 不是那个provider queue, 是要写一个MDB连到一
个queue server上
谢谢
发信人: rockfish (rockfish), 信区: Programming
标 题: 求教: JBoss 怎么config MDB consumer queue?
发信站: BBS 未名空间站 (Fri Dec 13 11:15:11 2013, 美东)
哪位大侠说说?在JBoss5.1, 怎么找不到地方把queue server的URLconfig的地方啊,
是那个xml file?还是在console? 不是那个provider queue, 是要写一个MDB连到一
个queue server上
谢谢
M*r
5 楼
if you know period_id is integer, you can use between, <>, ..., etc. to set
the range.
otherwise, maybe use subquery to get the list if there are some conditions
can get you the list instead of typing
in (select ...)
【在 m****e 的大作中提到】
: WHERE (dbo.tblFact.Period_ID in (26, 27, 28.....50))
: 有没有简单的办法表达26-50,就不用把26到50这些数字都hard code。
the range.
otherwise, maybe use subquery to get the list if there are some conditions
can get you the list instead of typing
in (select ...)
【在 m****e 的大作中提到】
: WHERE (dbo.tblFact.Period_ID in (26, 27, 28.....50))
: 有没有简单的办法表达26-50,就不用把26到50这些数字都hard code。
相关阅读
很久没看到魔肥出来指点了programming那帮人好好玩啊如何避免java web start读取资源文件读了多次现在的客户,同时要3个产品:website application,iphone app,android appFree Coursera course: Algorithms, Part I started刚才发现自己的机器上是7u9javafx2.2+已经可以直接打包成native了java web start的奇异问题什么工具可以根据UML class diagram自动生成Java code自学java,编了个Hello world。怎么都是错误读不出来啊where is the best place to learn Java online?这个应该是java本身的错误吧?aspx网页现在到底流行不?soap binding with CXFConcurrent Exception in Swing怎么可以练习多线程编程呢?最近玩linkedin,觉得那些花花绿绿的公司logo很好看US-CERT warns users to disable Java in web browsers, Apple遇到Swing的一个问题Java SE6 LinkedList implementation issue