Skip to content

パイプラインを実装する #21

@aamine

Description

@aamine
ls | grep _stats_ > stats_tables

create table stats_tables as
select * from
    (select table_schema, table_name, table_type from information_schema.tables)
where
    table_name like '%_stats_%'
;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions