mysql中如何在控制檯列印資訊 就如sqlserver裡的print那樣

2021-06-03 00:51:41 字數 945 閱讀 1104

1樓:好像是夢啊

1、只能用 select.就像下面這個 hello world 一樣,mysql> delimiter //,mysql> create procedure helloworld, begin,select 'hello world',end/,query ok, 0 rows affected (0.00 sec),mysql> call helloworld,hello world ,row in set 0.

00 sec,query ok, 0 rows affected只有select了。

2、mysql沒有sqlserver裡面控制檯的概念,因為mysql全部都是控制檯

2樓:匿名使用者

mysql沒控制檯,你直接select就行了

3樓:匿名使用者

在ide控制檯列印撒

4樓:匿名使用者

好像有點悲劇,只能用 select.

就像下面這個 hello world 一樣。

mysql> delimiter //

mysql> create procedure helloworld()

-> begin

-> select 'hello world';

-> end//

query ok, 0 rows affected (0.00 sec)

mysql> call helloworld();

-> //

+-------------+

| hello world |

+-------------+

| hello world |

+-------------+

1 row in set (0.00 sec)query ok, 0 rows affected (0.00 sec)

怎麼開啟組策略,如何開啟組策略控制檯

在桌面新建一個文字文件,開啟它在裡邊輸入gpedit.msc儲存。關閉。改副檔名為bat的批處理檔案,雙擊開啟 暈死,你真蠢,這都不會,選擇 開始 執行 在彈出視窗中輸入 gpedit.msc 回車後進入組策略窗 我知道開啟執行 輸入gpedit.msc.可以看淡組策略,可是我已經把 執行 遮蔽了,...

360瀏覽器如何開啟控制檯,360瀏覽器如何開啟控制檯?

按f12開啟360瀏覽器網頁後臺 360安全瀏覽器 360 security browser 是360安全中心推出的一款基於ie和chrome雙核心的瀏覽器,是世界之窗開發者鳳凰工作室和360安全中心合作的產品。和360安全衛士 360防毒等軟體等產品一同成為360安全中心的系列產品。360安全瀏覽...

如何在mysql的表中的欄位中刪除內容中包含的指定字串

update 表名 來 set 欄位 自名bai concat left 欄位名 du,instr 欄位名zhi,1 right 欄位名,length 欄位名 instr 欄位名,where instr 欄位名,0 and instr 欄位名,instr 欄位名,看得dao懂吧 instr 欄位名,...