Skip to content

Commit

Permalink
fix up table name
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 20, 2013
1 parent 6c3ad54 commit 49010fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/oracle/cleanup.sql
Expand Up @@ -7,7 +7,7 @@ begin

name := '&1';
clouds := name ||'_CLOUD';
blks := name ||'_BLOCK';
blks := name ||'_BLOCKS';

FOR i IN (SELECT table_name FROM user_tables WHERE table_name = clouds) LOOP
EXECUTE IMMEDIATE 'DROP TABLE ' || clouds || ' PURGE';
Expand Down

0 comments on commit 49010fa

Please sign in to comment.