file = open("stockData.txt", mode="w") 改成 file = open("...
create table t0225 ( id int not null , ytype text not null , yvalue int not nu...
資料表設計原則之一 區分「基本資料」和「交易資料」 基本資料(不太會變動的):例:課程資料、學生資料、書籍資料 交易資料(變動較大的):例:選課(各人不同)、成...
=SUM(INDIRECT("B2:B"&D2+1)) =SUM(OFFSET(B2,0,0,D2,1))