3 lines
76 B
SQL
3 lines
76 B
SQL
CREATE TEMP TABLE target_ids (account_id text);
|
|
COPY target_ids FROM STDIN;
|
CREATE TEMP TABLE target_ids (account_id text);
|
|
COPY target_ids FROM STDIN;
|