求組?資料庫分組問題,資料庫 分組問題

時間 2025-03-29 02:10:22

1樓:網友

try this one, should be fine:

select id, time, valuefrom tab t1

where not exists (select 1 from tab where id = and time <

time比較那裡,不同sql可能要做適當轉換。

2樓:網友

select

from表。

where select

count(1)

from表 subtopntest

where表。id =

and 表。time <

上面是查詢, 如果要建立新表。

oracle / mysql

create table 新表名字 as 上面那個查詢。

sql server

select * into 新表名字 from 上面那個查詢的後半部分。

mysql 怎麼查詢出,分組後的總條數。。。也就是有多少組數。。。。怎麼寫。

3樓:網友

select

count(*)as 多少組數。

fromselect id from 表 group by id) subquery;

這個樣子?

資料庫 分組問題

4樓:

假設你的表結構為tb_list(city,total),下面是sql server的寫法:

select city,cast((select sum(left(total,len(total)-1)) from tb_list where city like '%') as varchar)+'次'

from tb_list t1

group by city

5樓:網友

select distinct(地名) from 表;

for(i=0; i《地名的個數; i++)tmptnum);

迴圈輸出arrtmpt;

6樓:施芳名

不知是哪種資料庫的,語法不太一樣。

說個思路。分組用函式計算欄位和。

7樓:網友

浙江省 與 浙江省杭州市。

他們之間除了通過字面外。

資料表裡有他們之間的從屬關係欄位沒有呢。

8樓:流水

建議做個臨時表把省市分開關聯,這個表結構設計得不好。

9樓:螞蟻棚

select prov,(select sum(num) from tab where prov like '%') from tab aa group by prov

可以用這個試試看。

mysql 分組問題

10樓:網友

select softid,(count(count)) count,day group bysoftid,day

不知道對不對,你試試。

資料庫分組 統計問題

11樓:網友

選擇樓上吧,確實很厲害。

mysql分組查詢問題

12樓:網友

無相干的表強制組合在一起,效率將會給更低。

13樓:網友

除非你2個表的欄位一樣或者你只要部分欄位的內容,用union來連線把。

mysql分組後排序的問題

14樓:網友

用分組函式來做,假如你的表名是table_nameselect a.*

from table_name a,(select product,max(date) max_date from table_name group by product) b

where and ;

15樓:網友

主鍵是什麼。

可以用max函式。

16樓:網友

select product,max(price),max(date) from 表名 group by product

試試,是不是你想要的。

資料庫問題,資料庫問題

一張表查資料不用建立檢視的吧,直接插入資料庫就可以 參考 檢視應用的舉例 例子5 3 使用with check option子句問題提出 若建立檢視ygb view,其程式清單如下 create view ygb view as select from 員工表 where 員工表.性別 女 執行下列...

資料庫 ASP,ASP與資料庫應用

給你說一下簡單思路。第一,電影至少要包括電影名字filmname 電影分類filmtype等。第二,進行模糊查詢select from film where filmtype like filmtype or filmname like filmname order by filmtype,從主資料...

資料庫試題,資料庫練習題。

遲遐思麥酉 一 1.b 2.b3.a 4.b5.b 6.d7.d 8.a9.b 10.c 11.d 12.b 13.c 二 21.查詢 22.授權機制 23.drop 24.聯絡 25.定義 26.日誌檔案 後面幾道接觸較少,讓高手來補足吧 奈貞韻板婧 8,主鍵,count arg 10,c 11,...