MariaDB – Remove JSON None (or null) attributes
測試環境為 CentOS 8 x86_64 (虛擬機) , MariaDB 10.3.28 要怎麼移除 JSON 格式,值 (Attributes) 為 None (文字) 或是 NULL (空值) 的. JSON 範例. JSON_SEARCH + JSON_REMOVE 先透過 JSON_SEA […]
測試環境為 CentOS 8 x86_64 (虛擬機) , MariaDB 10.3.28 要怎麼移除 JSON 格式,值 (Attributes) 為 None (文字) 或是 NULL (空值) 的. JSON 範例. JSON_SEARCH + JSON_REMOVE 先透過 JSON_SEA […]
測試環境為 CentOS 8 x86_64 (虛擬機) , MariaDB 10.3.28 在 Python 中要怎麼去執行 MySQL(MariaDB) 的 Stored Procedure , 參考文章 https://pynative.com/python-mysql-execute-stor […]
測試環境為 CentOS 8 x86_64 (虛擬機) TextBlob 的 拼字檢查 是它綜多功能的其中一種,參考文章 – https://textblob.readthedocs.io/en/dev/quickstart.html#spelling-correction 首先安裝 t […]
測試環境 CentOS8 – MariaDB 10.3.28 在 SQL Shell 下面是可以直接透過 system 指令去執行 Linux Shell 的程式,不過這個 system 指令基本安全考量才不能使用在 Stored Routines (Procedure , Functi […]
測試環境 CentOS8 – MariaDB 10.3.28 SQL Shell 在 SQL Shell 下面是可以直接透過 system 指令去執行 Linux 的 Shell 程式. Stored Routines ( Procedure , Function 或是 Trigger […]
測試環境 CentOS 8 , MariaDB 10.3.28 忘記 root 密碼了. 重新設定 root 密碼方式,參考文章 – https://www.a2hosting.com/kb/developer-corner/mysql/reset-mysql-root-password […]
測試環境 CentOS 8 Apache 的 error_log 出現以下錯誤訊息. 解法參考 – https://shouts.dev/articles/apache-proxy-fcgi-the-timeout-specified-has-expired-on-rhel 安裝 mod […]
測試環境為 CentOS 8 X86_64 (虛擬機) 在資料庫一個欄位儲存了 JSON 的陣列 Array [ 0.89, 12.99, 5.23, 2.04 ] 有辦法作加總嗎? 從網路找到寫好的 JSON 陣列加總函數 Function – https://stackoverflo […]
測試環境 Windows 10 + Excel 2016 如何透過 Excel VBA 設定 Select , Copy 與 Paste 欄,列 的資料 , 參考文章 – https://weilihmen.medium.com/excel-vba%E5%BE%9E%E9%A0%AD%E4%BE%8 […]
建立測試用資料表,與其資料. SHOW TABLES SQLite 沒有 SHOW TABLES 指令,可以透過以下指令查詢現有的資料表. 執行結果 DESCRIBE Table SQLite 沒有 DESCRIBE Table 指令,可以透過以下指令查詢現有的資料表欄位. 執行結果 或 執行結果