高分求SQL語句,要求如下

時間 2022-07-30 14:50:09

1樓:陽光上的橋

下面的語句看起來好像有道理,但是在我的資料庫系統不支援,不知道你的資料庫系統怎樣,祝你好運:

select top 15 * from

(select top 3 * from t_article where special="業內" order by id desc

union

select top 3 * from t_article where special="產業" order by id desc

union

select top 3 * from t_article where special="財經" order by id desc

union

select top 3 * from t_article where special="政策" order by id desc

union

select top 3 * from t_article where special="社會" order by id desc

union

select top 3 * from t_article where special="專題" order by id desc

)order by id desc

2樓:姒晤

第一個select top 15 * from t_article order by id desc

第二個有難度。。等高人幫你

求sql語句,求!!!SQL語句!

隨緣寫法你看是你要的不,實際上要是已經是1和0了 直接sum也行select a1,sum a2 sum a3 from a group by a1 既然已經是1和0了,那麼直接sum就可以了 select place,sum tdbz sum xdbz from table group by pl...

高分sql語句,求兩個日期之間的資料

糜若雁仁鈞 我常用informix資料庫,應該和sqlserver差別不大,月日即可,我用日期時一般就是varchar,月日之間用符號分隔,一般都用 比如你的是person表,欄位有 人 varchar 10 生日 varchar 5 張三01 02 李四05 04 王五06 01 select 人...

求SQL問題答案,!!!!高分求SQL問題答案,懂得大師請幫幫忙

1,if exists select name from sysobjects where name num em and type p drop procedure num em gocreate procedure num em as 員工號 userid select count userid...