ZCG Notes
作code家的筆記
select coalesce(null,’abc’,nul …
語法:IF(condition,true return va …
語法: SELECT LAST_INSERT_ID(); 用 …
語法: SUBSTRING([string], [start …
當Mysql truncate或drop table時,預設 …
1.更新套件 sudo apt update 2.安裝Mys …
使用TIMEDIFF(arg1,arg2)計算TIME或DA …
使用REGEXP,匹配成功返回1,失敗返回0 SELECT …
不建議直接用root開啟遠端登入,所以先以root登入,並新 …