应用计算 •
423 引用 •
178 回帖 •
0 关注
问答
关注
-
【问题】 I have a table PEOPLE, DATE, DELETED Amanda,2015-03-01,Null Ray,2015-03-01,Null Moe,2015-04 ..
-
[链接] 【问题】 表一: 员工姓名 员工工号 刷卡时间 蔡燕 20513 2014-6-27 08:40:45 蔡燕 20513 2014-6-27 17:50:47 蔡 ..
-
【问题】 有个字段叫作者姓名,该字段内内容为 “作者 1,作者 2,作者 3”,现在想把这个字段里面作者一样,但顺序不一样的记录查找出来,该怎么写? 比如就是 “张三,李四 ..
-
【问题】 公司数据库现要进行数据库整理,现要将 A 表中列 name &nb ..
-
【问题】 表 1 [图片] 表 2 [图片] 希望结果集: a,b,c d,c a,b,c 更多0 【回答】 在数据库中可以借助 group_concat 和 find_in_set 函数来完 ..
-
有数据库表HEADER,数据如下所示: NAME ENG1 ENG2 ENG3 UPDATEBY UPDATEDDATE adobe Alex Bob John 2020-09-29 13:1 ..
-
【问题】 I have a csv file and I have duplicate as well as unique data getting add to it on a daily ..
-
例题描述和简单分析 有 csv 文件 csv.csv,数据如下所示: X,Y,Z,Sc1,Sc2,Sc3,Sc4 1,0,0,5,7,9,10 0,1,1,6,8,4,0 0,0,1,3,3, ..
-
【问题】 I have a CSV file with thoose values #BOF userID;gender;movieID;rating 1;m;100;50 1;m;101;1 ..
-
对比两条数据,找到差异列 【问题】 对同表中的 2 行数据全部进行对比,取出不同的数据 ID 字段 1 字段 2 字段 3 字段 4… 1& ..
-
【问题】 我从一个表中查询出一条数据,数据中有很多字段,例如: 列名:操作人1 操作时间1 &nbs ..
-
[链接]【问题】 What is a best way to shuffle a database column using pl/sql. how to shuffle a database ..
-
【问题】 写段SQL,完成以上表格转换, 说明:数据查询结果是不确定的,有可能1#/2#/3#/4#机组还生产其他产品, [图片] 【回答】 & ..
-
【问题】 I have a CSV File, The contents are like this: Country,Player,Runs,ScoreRate,MatchDate,Week ..
-
[链接]【问题】 What is the best way to read excel spreadsheet? I need to programmtically read excel sp ..
-
按固定序列对齐 【问题】 I need a query to retrive data select * from table where plan IN(1,2,3,4) group by ..
-
[链接]【问题】 现在有这么一个需求,一个表中记录了各个地点的报警开始时间,结束时间。 现在想统计,各个地点报警次数和时长,时长 = 结束时间 - 开始时间。 要求,同一个地点,开始时间间隔超 ..
-
[链接]【问题】 I want to make a series of tables that each contain 25 values, that come from a set of ..
-
行列均按段分组汇总 【问题】 Please help. I have a report to do and Im hopless. I have this table setup. [图片] ..
-
无论是应用开发还是数据库管理,在不同类型数据库,实现其同样功能的 SQL 查询,都会遇到 SQL 写法或多或少不一样的问题。这与每一个数据库都有自己所特有的一些函数和功能有关。 不同类型的数据 ..
-
[链接]【问题】 suppose i have one table say ‘abc’ and it has got two column product_id and category_id ..
-
【问题】 I've created a Java program in Eclipse. The program counts the frequency of each word. For ..
-
【问题】 比如表 tb1 SL 5 7 7 8 8 5 7 8 2 3 4 2 希望得到的查询是 1-5 &nb ..
-
[链接]【问题】 Birt 能 Union 两个 Dataset 吗? 有什么变通办法吗。。 例如: Dataset1: id name &n ..
-
【问题】 [链接] [链接] I have two tables with the following fields emp_table: emp_id, emp_name ..