Search Results

Search: Posts Made By: CactusMoon
4,585
Posted By CactusMoon
there are other statements in the file too e.g....
there are other statements in the file too e.g. CREATE TABLE. how would the above script look like?
4,585
Posted By CactusMoon
this one worked for me! great! thank you! ...
this one worked for me! great! thank you!

couldnīt try the other one because i currntly donīt have gawk installed.
4,585
Posted By CactusMoon
example: -- TABLE001 CREATE UNIQUE INDEX...
example:

-- TABLE001
CREATE UNIQUE INDEX ATABL001
ON TABLE001
(COLUMN1 ASC,
COLUMN2 ASC,
COLUMN3 ASC,
COLUMN4 ASC);
COMMIT;

CREATE INDEX BTABL001
ON...
4,585
Posted By CactusMoon
extract DDL - output every match to separate file
Hi,
i want to extract the 'CREATE INDEX' or 'CREATE UNIQUE INDEX' statements from a ddl file and output each match to a separate file. i was looking around the net but couldnīt find anything.

a...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 10:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy