SQL SERVER 2012中新增了CHOOSE,该函数可以从值列表返回指定索引处的项。例如:select CHOOSE(3,'A','B','C','D') as R1 /* R1 ---- C */ CHOOSE并不能这么用,例如有个字符串'A,B,C,D',我们并不能用choose得到其中的某个值:select choose(2,'A,B,C..
This script give you a decoded listing from an encoded file. Supports *,je, ,vbe, .asp, .hta, .htm, .html… If used under cscript, puts the result to stdout. The file can be multi-encoded (many scripts in the file, for ex. in an h..