Skip to content

Instantly share code, notes, and snippets.

View eight's full-sized avatar

Yoshinori Morimoto eight

View GitHub Profile
@eight
eight / gist:294489
Created February 4, 2010 09:50 — forked from eight/gist:294278
CREATE OR REPLACE PACKAGE WKD_PKG AS
/*
営業日パッケージ
※土曜、日曜が営業日の場合は、IS_WORKDAYを直す
※国民の祝日が営業日の場合は、休日テーブルを直す
-- 休日テーブル(祝祭日、お盆とか、都民の日とかも)
create table holidays (
holiday date,