向 Mysql 儲存過程尋求幫助以更新表

發布 科技 2024-05-17
6個回答
  1. 匿名使用者2024-01-28

    是否要返回第 1 列的名稱或第 1 列的值。

    此外,您是一次修改一條資料還是多條資料。

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

    這是什麼意思,我不明白。 你要返回什麼?

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

    執行 INSERT、UPDATE 和 DELETE 操作後執行插入、更新和刪除等操作。

    select row_count() into @affect_rows;

    更新的記錄數已儲存在 @affect rows 變數中,該變數可以隨時插入到日誌表中。

  4. 匿名使用者2024-01-25

    您可以將表中帶有 iddate 的更新部分分兩部分匯入:mysql> update Table 1 set Column name = (select column name from Table 2 where table table where iddate in (select iddate from Table 2); 插入到表1中(從表2中選擇iddate,其中ddate不在(從表2中選擇iddate));

  5. 匿名使用者2024-01-24

    MySQL 儲存過程可用作 BAI 表。

    du 引數。 這個志問題是。

    DaoMySQL以前非常繁瑣,但現在有了MySQL版本,由於引入了Prepare語句,一切都變得更容易了。

    下面是乙個示例(已驗證):

    drop procedure if exists `newtable`;

    create procedure `newtable`(in tname varchar(64))

    beginset @sqlcmd = concat('create table ', tname, ' (id int not null auto_increment, name varchar(64) default null, primary key (`id`))');

    prepare stmt from @sqlcmd;

    execute stmt;

    deallocate prepare stmt;

    end;call newtable('abc');

  6. 匿名使用者2024-01-23

    從表 A 中選擇 count(*)into sumr,其中列 a = userID; 這句話有問題,怎麼破。

    擷取輸出錯誤提示的螢幕截圖。

相關回答
2個回答2024-05-17

儲存過程為:

通過一系列的SQL語句,根據輸入引數(或不輸入),通過簡單的呼叫,可以完成比單個SQL語句更複雜的功能,儲存在資料庫伺服器上,只需要編譯一次,然後再次使用,無需再次編譯。 它主要控制儲存過程。 >>>More

6個回答2024-05-17

如果它易於使用,當然是預言機,但它是收費的。 >>>More

6個回答2024-05-17

單擊滑鼠右鍵,彈出桶或液體中的右鍵選單,單擊屬性。 >>>More

13個回答2024-05-17

beginselect count(*)into v_count from bpa_df_role where drename=record_drename and ddnid=ddnid_new; >>>More

11個回答2024-05-17

這是什麼意思。 exec test sp 引數。

你想要這個嗎? >>>More