County (Pcard) Purchase Card 2022 - 2024
State of Oklahoma
@usgov.state_of_oklahoma_county_pcard_purchase_card
State of Oklahoma
@usgov.state_of_oklahoma_county_pcard_purchase_card
CREATE TABLE n_2024_04_county_p_card_spend (
"calenday_year" BIGINT,
"calendar_month" BIGINT,
"business_unit" VARCHAR,
"last_name" VARCHAR,
"first_initial" VARCHAR,
"item_description" VARCHAR,
"n__amount" VARCHAR,
"merchant" VARCHAR,
"transaction_date" TIMESTAMP,
"post_date" TIMESTAMP,
"mcc_descrption" VARCHAR
);
CREATE TABLE n_2024_05_county_p_card_spend_report (
"calendar_year" BIGINT,
"month" BIGINT,
"business_unit" VARCHAR,
"last_name" VARCHAR,
"ch_initial" VARCHAR,
"item_description" VARCHAR,
"amount" VARCHAR,
"merchant" VARCHAR,
"purchase_date" TIMESTAMP,
"post_date" TIMESTAMP,
"mcc_description" VARCHAR
);
CREATE TABLE n_2024_06_county_p_card_spend_report (
"calendar_year" BIGINT,
"month" BIGINT,
"business_unit" VARCHAR,
"last_name" VARCHAR,
"ch_initial" VARCHAR,
"item_description" VARCHAR,
"amount" VARCHAR,
"merchant" VARCHAR,
"purchase_date" TIMESTAMP,
"post_date" TIMESTAMP,
"mcc_description" VARCHAR
);
Anyone who has the link will be able to view this.