雖然已經到尾聲了,但我發現有個重要的 Airflow 元件沒有提到,所以必須來補這篇。 Airflow XCom 是一種在不同的 task 之間傳遞資料的機制,...
Potential Deadlock Scenarios store.go func (store *Store) TransferTx(ctx contex...
昨天我們介紹了SQL 的約束(Constraint)中的 Primary Key Unique Not Null Default 約束確保資...
Test money transfer transaction Modify Main_test.go to export *sql.DB 在編寫stroe_...
Simple Bank Transaction Transfer 10 USD from back account 1 to bank account2...
What is a Database Transaction ? A single unit of work Often made up of multipl...
Go testing Rule Golang 寫測試程式時,只需在程式名稱後面加上 _test並與程式放在同一個folder :例如程式名稱叫 accoun...
What is CRUD? Create: insert new records to the database READ: Select or Search...
昨天我們將交叉查詢 (JOINS) & 彙總查詢 (Aggregation) 大致上做了介紹,有關查詢的語法暫時告一段落,所以回顧一下我們這幾天大致學會...
昨天介紹了如何使用 SELECT 語法去查詢我們的資料表,並使用 WHERE 子句去給予條件,精準的查詢到我們所需要的資料,但是大家有發現了嗎,我們現在做的查詢...
Day 5 資料表 (table) 的查詢 昨天我們成功的使用 CREATE TABLE 成功的建立了一個資料表 (table),並且使用 INSERT INT...
昨天已經成功建立一個資料庫 (database) 了,今天開始就會建立一個資料表 (table),並且將資料寫入這個資料表 (table)也就是大家可能有聽過的...
昨天我們大致介紹了什麼是 SQL & RDBMS,今天就讓我們來安裝好我們的環境,之後才能開始使用 SQL 語法 下載以及安裝 PostgreSQL (...
什麼是 SQL (結構化查詢語言) SQL (Structured Query Language),中文則為 結構化查詢語言 是一種用於管理 關聯式資料庫管理系...
【關於公司】藍星球資訊是以華語文資料探勘為核心技術發展的科技公司。透過中文大數據分析應用以及視覺化圖表展示,提供輿情分析、開放資料、數位典藏、資料治理等解決方案...
query cloud db raw data need longtime : 100 gps track's raw data(about 11Mb) nee...
Postgres FAQ : DROP ROLE 遇到 error 提示有關連物件存在 不可移除此用戶 如遇到此議題可以參考https://dba.stacke...
原意是給自己做筆記,如果能解決你的煩惱那就好了。一. 準備檔案 VirtualBox6.1.4VirtualBox官網\ 筆者寫的時候最新版是7.0 //但不...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 17: Altering tables...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 14: Updating rows...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 13: Inserting rows...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 12: Order of execut...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 11: Queries with ag...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 10: Queries with aggr...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 9: Queries with exp...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 8: A short note on...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 7: OUTER JOINs 使用...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 6: Multi-table quer...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Review: Simple SELECT Quer...
SQLBolt:https://sqlbolt.com/lesson/introduction SQL Lesson 4: Filtering and so...