由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - What does sum(2) mean?
相关主题
求教: dba privilage这个query怎么写?
请问这两个SQL QUERY有什么错?有大侠知道怎么format下面这个query的时间么
anyone can help on this query, thanks!数据库里怎么存二进制raw data?
誰來幫我開來開悄? Interesting SQL querySQL Developer, how to switch schema?
请教一个求职面试题:如何写一个SQL query求表中对角线的和sqlsrv_query
请教2个sql query 问题Use a query to list the table names in the HR database schema??
再请教大牛一个问题请问mysql查询时间太长怎么自动终止
请教一个在stored procedure 里用bcp的问题.这个问题的sql query为什么这样写?
相关话题的讨论汇总
话题: a2话题: what话题: sum话题: sql话题: mean
进入Database版参与讨论
1 (共1页)
s**n
发帖数: 178
1
The query:
Table t schema:
(a1 int, a2 char(10), a3 varchar(10))
select a2, sum(2) from t group by a2;
B*****g
发帖数: 34098
2
2+2+2+.....+2

【在 s**n 的大作中提到】
: The query:
: Table t schema:
: (a1 int, a2 char(10), a3 varchar(10))
: select a2, sum(2) from t group by a2;

y*****g
发帖数: 677
3
yeah,
probably 2*n, n is the number of entries in each group of a2.
s**n
发帖数: 178
4

This is correct. But I can not find it in SQL document.

【在 y*****g 的大作中提到】
: yeah,
: probably 2*n, n is the number of entries in each group of a2.

y****w
发帖数: 3747
5
sql server? 这个很不relational.

【在 s**n 的大作中提到】
:
: This is correct. But I can not find it in SQL document.

1 (共1页)
进入Database版参与讨论
相关主题
这个问题的sql query为什么这样写?请教一个求职面试题:如何写一个SQL query求表中对角线的和
请教oracle8如何用请教2个sql query 问题
a question on database design再请教大牛一个问题
请问XML还有前途么?请教一个在stored procedure 里用bcp的问题.
求教: dba privilage这个query怎么写?
请问这两个SQL QUERY有什么错?有大侠知道怎么format下面这个query的时间么
anyone can help on this query, thanks!数据库里怎么存二进制raw data?
誰來幫我開來開悄? Interesting SQL querySQL Developer, how to switch schema?
相关话题的讨论汇总
话题: a2话题: what话题: sum话题: sql话题: mean