应用计算 •
489 引用 •
258 回帖 •
0 关注
问答
关注
-
【问题】 Hello I want to use 10 Csv files in my Java Program. Are there any options to build relatio ..
-
【问题】 I have two text files like file1.txt and file2.txt as follows file1.txt --------- Syed Shee ..
-
【问题】 Is there a way to get one count of connected items to the parent level and one count for th ..
-
【问题】 Table rangeData: sensorNumber rangeStartTime rangeEndTime sensorLow sensorAverage sensorHig ..
-
【问题】 I got a problem with limiting left join, what I want is to every row in first table get onl ..
-
【问题】 I have a table structured like this index date time status 1 2015-01-01 13:00:00 start 2 20 ..
-
【问题】 We have a query like this: SELECT u.email, st.value as score, date_format(FROM_UNIXTIME(st. ..
-
【问题】 比如表 tb1 SL 5 7 7 8 8 5 7 8 2 3 4 2 希望得到的查询是 1-5 &nb ..
-
【问题】 [图片] 【回答】 Mysql 不支持窗口函数,对这种有序的计算要使用子查询完成,比如可以这样写:select * from t0055 t1 where 属性 2 >100 ..
-
【问题】 how to move two column data to one column data Hi, I have users that belongs to groups. I n ..
-
【问题】 How to print each group with certain amount of records which the limit was set by end user ..
-
【问题】 I have a database of baseball plays with a PlayerID and a TypeID (the kind of play: double, ..
-
【问题】 Table profile_match: profile_id match_available_on 1 NULL 1 2015-05-12 03:50:09 1 2015-05-2 ..
-
【问题】 I have a table of users,subscription packages and various user subscriptions. I need to fet ..
-
【问题】 Let’s say I have given data as string: I have two tables, one with the main data and a seco ..
-
【问题】 表 1 [图片] 表 2 [图片] 希望结果集: a,b,c d,c a,b,c 更多0 【回答】 在数据库中可以借助 group_concat 和 find_in_set 函数来完 ..
-
【问题】 数据如下 列 1 01,02,03 结果 01 02 03 能否不用存储过程,就用一行语句实现呢? 【回答】 一行转多行的计算在各类数据库中实现都并非易事。可以试试 SPL,实现上述 ..
-
【问题】 SalesCode TeamBelow CD0001 a,b,c CD0002&nbs ..
-
【问题】 CREATE TABLE dbo.Employees ( Class VarChar(40) NOT NULL, Teacher VarChar(200) NOT NULL, ); ..
-
【问题】 公司数据库现要进行数据库整理,现要将 A 表中列 name &nb ..
-
【问题】 Assume 2 table like this: [persons] id | name —+——- 1 | anna 2 | jake 3 | jhon 4 | jessica ..
-
【问题】 ID text 1 &aaa&&bbb&a ..
-
【问题】 表的结构 id,zb1,zb2 1, abcd, adfg 2, adef’,edf 3,ae, acd 4,bde, bc 想统计 ..
-
【问题】 数据库表中存在一个字段,表示长度,存储形式为 7000,7500,8100 现在因为有个需求,需要查询长度大于 7000 或者 8 ..
-
【问题】 有个字段叫作者姓名,该字段内内容为 “作者 1,作者 2,作者 3”,现在想把这个字段里面作者一样,但顺序不一样的记录查找出来,该怎么写? 比如就是 “张三,李四 ..