iT邦幫忙

老鷹(eagle) 所有喜歡的回答 13971

SQL - 有趣SQL題

一個CTE table就可以解決了 符合條件的運動項目 交集 運動卡路里統計結果 ;with temp as ( SELECT wor...

玩玩SQL~查詢當月排班各區間的班別~SQL改善完成!

按我前往 with t1 as ( select boy, sdate , case when code = '休' or code = '特' t...

2024-10-13 ‧ 由 純真的人 提問

Python 閏年計算問題

https://ithelp.ithome.com.tw/articles/10214650 之前剛好有寫一個. 另外有使用 calendar 模組,協助驗證....

2019-11-14 ‧ 由 chio0405 提問

請問Python導入函式庫的部分有錯

要先學Python, Python的模組會在 pypi 這個站上有說明, 你缺少安裝 preprocesshttps://pypi.org/project/pr...

2019-08-01 ‧ 由 a7258258 提問