SQL基本命令

 postgresql TRUNCATE TABLE table_name   // 刪除表中數據sql regexp_split_to_table(substr(列名1,1,LENGTH (列名1) - 1),'\|') as 列名2   // 按照某個字段進行拆分mongodb coalesce(字段名,替換值)    // 將null替換爲自定義值post select * from tab
相關文章
相關標籤/搜索