MYSQL與MSSQL經常使用用法區別

一、標識符限定符 SqlServer [] MySql 「web 二、字符串相加 SqlServer 直接用 + MySql concat(),如:concat(‘my name is’,’jiajia’)sql 三、isnull() SqlServer isnull() MySql ifnull()或者COALESCE(),如:ifnull(insert_dt,0)或者COALESCE(star
相關文章
相關標籤/搜索