DO
$$
BEGIN
EXECUTE 'create table zz_find_entity' || TO_CHAR(CURRENT_TIMESTAMP,'YYYYMMDD_HH24MISS') || ' AS select * from find_entity';
END
$$;
For further actions, you may consider blocking this person and/or reporting abuse
DO
$$
BEGIN
EXECUTE 'create table zz_find_entity' || TO_CHAR(CURRENT_TIMESTAMP,'YYYYMMDD_HH24MISS') || ' AS select * from find_entity';
END
$$;
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)