ASP條件求和,ASP條件求和的方法

發布 職場 2024-05-12
16個回答
  1. 匿名使用者2024-02-10

    那不是你的意思:

    表名稱:price

    商品 1 20

    商品 2 25

    商品 3 50

    共** 95 條

    使用變數將每個 ** 相加,例如:n=n+20

  2. 匿名使用者2024-02-09

    如果要求和,可以使用SQL直接求和。

    C SL 是您要求的字段和總和。

    購物車 xx 是一張桌子。

    CT ID 是條件。

    set rs="")

    sql= "select sum (c_sl) as c_sl from cart_xx where ct_id = " + replace(ct_id, "'", "''") +""

    sql,conn,2,3%>

    rs("c_sl")%>

  3. 匿名使用者2024-02-08

    這個問題描述不當,沒有提供完整的答案。

    1. 資料**;

    2、資料結構;

    2. 資料的目的; (顯示? 寫入資料庫中的表? 此表是否存在或是否需要建立? 如果存在,則每次寫入資料時是否清空資料,還是使用額外的列進行分類? ......

  4. 匿名使用者2024-02-07

    好吧,這行不通,甚至更難。

    確保資料庫具有 id 字段(數字或自動編號),以下是更改它的方法

    id=request("id")

    set rs="")

    sql,conn,1,2

    然後由你來請求和平。

    id 在 TY 表中。

    我想要的 id 是 jiaban 表中的總和。

    另乙個家班表? 有哪些字段?

    ty 中的 id 是 jiaban 表中(什麼欄位或條件)的總和?

    我不知道! 汗!

  5. 匿名使用者2024-02-06

    yxz0539

    沒錯,但是記住不要和你網頁裡原來的記錄集衝突,最好把名字rs改成rs1或者rs2什麼的,不要和原來的記錄集rs衝突。

  6. 匿名使用者2024-02-05

    我不知道。 去找專業人士**問。 對不起。

  7. 匿名使用者2024-02-04

    select bigclassname, sum (case bigclassname when '技術文章'then hits else null end) 作為技術文章總數,sum (case bigclassname when'公司新聞'然後命中 else null end) 作為公司新聞總計,總和 (case bigclassname when'企業文化'然後命中 else null end) 作為 BigClassName 的 News Group 的 Total Corporate Culture

  8. 匿名使用者2024-02-03

    select sum(bigclassname) from news where bigclassname like '技術文章'

    select sum(bigclassname) from news where bigclassname like '公司新聞'

    select sum(bigclassname) from news where bigclassname like '企業文化'

  9. 匿名使用者2024-02-02

    select date 0, sum(amount) as total amount of day from (select amount, cstr(datepart(.)'yyyy',日期))+'-'+cstr(datepart('m',日期))+'-'+cstr(datepart('d',日期))as Date0 from sheet) group by Date0

    在 Songyl525 的基礎上,略有改動,access2007 的結果如下。

    日期 0--- 總金額。

  10. 匿名使用者2024-02-01

    試試這種方式:

    sql="選擇 date2, sum(amount) 作為 amount from (select amount, date as date2 from sheet where id=1 or id=2 or id=5)。

    按日期分組 2"

    或者(同樣,只需將 ID 替換為位址即可)。

    sql="select Date2,sum(amount) as AmountFrom (select amount,Date as Date2 from sheet where address='北京'或 address='上海'或 address='南京')

    按日期分組 2"

    最好用第乙個,因為asp中漢字的引號有要求,我在access中試過了,可以滿足你的要求,我沒有嘗試轉換成asp,房東自己解決。

  11. 匿名使用者2024-01-31

    y_date="2008-1-1"(給出查詢日期) y year = year (y date)。

    y_month=month(y_date)y_day=day(y_date)

    sql="選擇 sum(amount) 作為工作表中的總金額,其中 year(date)='"&y_year&"'和 month='"&y_month&"'和 day ='"&y_day&"'"

  12. 匿名使用者2024-01-30

    select date, sum(amount) from (select address, amount, cstr(datepart(.)'yyyy',日期))+'-'+cstr(datepart('m',日期))+'-'+cstr(datepart('d',日期))as Date0 from sheet) group by Date0

  13. 匿名使用者2024-01-29

    它是什麼型別的日期? 如果是日期型別:

    通過 convert(char(6),date,112 從工作表組中選擇 convert(char(6),date,112) 作為 riqi,sum(amount)。

    如果是角色:

    選擇 left(date,7) 作為 riqi,sum(amount) 從工作表組中按 left(date,7) 進行。

  14. 匿名使用者2024-01-28

    sql="從表中選擇 sum(field) 作為總金額,其中 。您的病情"

    瞧瞧這個,我也在看別人,呵呵

  15. 匿名使用者2024-01-27

    <%function gettotal()

    dim rs,sql

    sql="從工作表中選擇 *,其中 [位址] ='北京'和 [日期] ='七月'"

    set rs = "")

    sql,conn,1,1

    total = 0

    do while not then

    total = total+rs("量")loop

    set rs = nothing

    gettotal = total

    <%= gettotal %>

  16. 匿名使用者2024-01-26

    根據標題,asp vbscript 應該是。

    dim num,x,sum

    num = "10,20,30,40,50"

    sum = 0

    num = split(num,",")

    if isarray(num) then

    for x = 0 to ubound(num)sum = sum + int(num(x))next

    end if

    sum***********************************==

    如果使用資料庫中多條記錄的總和,則使用 SQL

    從表中選擇 sum(字段)***********************************==

    var num = 用於 js"1,2,3,4,5",sum = 0;

    num = ",");

    for ( var x = 0 ; x < x++

相關回答
5個回答2024-05-12

如果條件 = 1 那麼

條件 1 中顯示的內容" >>>More

9個回答2024-05-12

如果您使用的是 aspnet,他有乙個特殊的功能。 NET獲取電腦名稱、IP位址和當前使用者名稱很簡單,下面是我常用的幾種方法,如果你有其他好的方法,可以一起回覆整理一下: >>>More

3個回答2024-05-12

ASP 是 ActiveServerPage 的縮寫,意思是“Active Server Web Page”。 ASP是Microsoft開發的一款用於替代CGI指令碼程式的應用程式,它可以與資料庫和其他程式進行互動,是一種簡單方便的程式設計工具。 asp 網頁檔案的格式為: >>>More

16個回答2024-05-12

假設:傳遞的變數是 tt,值是“2,9”。

tt=request("tt") >>>More

7個回答2024-05-12

加入滴滴快運的要求和條件如下:

1.擁有當地車牌的汽車(您的姓名可能不在駕駛執照上)或在滴滴平台上租車,無需汽車。 如果模型在註冊選項中不可用,則無法將其新增到平台。 目前平台僅支援本地車牌車輛申請本地**聯盟平台,國外車牌無法加盟; >>>More