sql函式問題

時間 2021-09-08 03:19:00

1樓:匿名使用者

getdate () 是 sql server 的函式。

mysql 裡面,用 now () 函式mysql> use test

database changed

mysql> select getdate() as currentdatetime

-> ;

error 1305 (42000): function test.getdate does not exist

mysql> select now() as currentdatetime;

+---------------------+| currentdatetime |+---------------------+| 2011-09-23 15:18:02 |+---------------------+1 row in set (0.

00 sec)

2樓:

直接用getdate()就可以了。不需要加入yyc表名

sql簡單問題,sql語句的問題?

sql語句如下 update good set dspname a dspnamewhere guizu is null 其中 good為表的名字。另外想提一個小建議 你上面的問題中的詞語 櫃組 guizhu 的正確拼法應該是 guizu。別見怪,希望能幫到你。你要更新記錄的話。update 表。s...

sql中round 函式的用法

我tm不管 round 返回數字表示式並四捨五入為指定的長度或精度。語法round numeric expression length function 引數numeric expression 精確數字或近似數字資料型別類別的表示式 bit 資料型別除外 length 是 numeric expr...

求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...