应用计算 •
423 引用 •
178 回帖 •
0 关注
问答
关注
-
MongoDB通过 $slice 可以按照下标查出内嵌数组的元素,但是不能通过元素的值来查询下标。例如:数组中的元素是存放不同的颜色名称,MongoDB 可以根据数组下标来找颜色,但是不能通过 ..
-
【问题】 I have a query that returns some summary records. For instance, loan amount, loan ter ..
-
【问题】 Here's the problem statement: In a folder in HDFS, there're a few csv files with each row b ..
-
【问题】 I'm trying to compare two soccer players who played in the same team and I'm trying to know ..
-
从关联表记录数组中查找符合条件的数据, 用给定的字段组合成新表。 如有两集合 users, workouts,数组字段 users.WorkId 与 workouts._id 有关联。 use ..
-
【问题】 I am trying to create a CSV file from a dynamically generated JSON array. For example: “Peo ..
-
MongoDB作为文档型数据库,可方便灵活存储文档,属性相同或相似的数据可采用不同的形式来记录。如有集合 users, 其中用户 July 与 Tom 电话字段记录方式不同,一个多字段形式,一 ..
-
[链接]【问题】 sql 语句比如有俩个表, A 表有 Id,Name B 表有 Id,URL,CaseId 对应 A 表的 Id,B 表是多条数据对 A 表单数据 比如 A 表数据如下 1& ..
-
动态 json 转化序表 【问题】 Hi, I have a problem very similar to http://community.jaspersoft.com/questions ..
-
【问题】 I have a text file rext.txt and I'm trying to get first 100 random words from each line of ..
-
集合数据为嵌套列表结构,对嵌套列表中的值计算后取最大值的记录。如有集合 scores 记录学生的各科成绩,查询平均成绩最好的学生,其数据如下: { &n ..
-
【问题】 [图片] 【回答】 Mysql 不支持窗口函数,对这种有序的计算要使用子查询完成,比如可以这样写:select * from t0055 t1 where 属性 2 >100 ..
-
用集算器比较字符串相似性 【问题】 1、有 1001 个数字串(每个数字串长度不等,都是 0~9 之内),每一个数字串都和另外 1000 个中找出相同数最多和不同数最多的数字串(等于 1001 ..
-
记录内值排序 【问题】 could anyone please suggest a way to accomplish this. i have a table which consists ..
-
【问题】 I have two tables 1)users(id,registerdate) 2)user_answer(userid,answer,updated_date) I want ..
-
【问题】 [链接] [链接] I want to get best 3 day of users between “2014-07-01” and “2014-08-01” Could som ..
-
动态列合并更新 【问题】 I have one query, would be great if anyone can help me out on this. In SQL, I have ..
-
【问题】 20010-8-13 991003 3166.63 3332.57 3166.63 3295.11 2010-8-10 991003 3116.3 ..
-
【问题】 Hi there, I want to evaluate a json-array that is stored inside a xml-file, e.g.: Real Madr ..
-
Java应用中,有时需要把CSV中的数据加载到数据库。数据库一般有自带的工具,但大都有专门的界面,很难成为可被Java调用的例程。 借助集算器可以很方便地完成这件事。 我们以“销售数据的csv ..
-
【问题】 I got a problem with limiting left join, what I want is to every row in first table get onl ..
-
【问题】 Hello i'm trying to create a rally Up rally DOWN stock indicator. i have thre columns : Dat ..
-
【问题】 Hi, i am trying to use mongodb aggregate query using $setUnion, $project and al ..
-
【问题】 let’s say i have two CSV file. file 1 defines standard csv data file & File 2 is the ma ..
-
[链接]【问题】 We have to generate a query including data from both mysql and mongodb. The resul ..