Quantcast
Channel: Questions in topic: "splunk-enterprise"
Viewing all articles
Browse latest Browse all 47296

create table from database schema

$
0
0
hi i have database schema, and want to extract a table like in picture. i try to use regular expression but it's not work, explain here; https://answers.splunk.com/answers/786057/field-extract-1.html and field extraction of splunk is so limited because could not accept multi value and special character! any recommendation ? ![alt text][1] primary key (code) constraint "informix".pk_code create index "informix".account_index on "informix".account (pu_date) using ct in indexdbs;/create create unique index "informix".account_uidx on "informix".account (uno,sub_no) using ct in indexdbs; create trigger "informix".accounttrigger insert on "informix" alter table "informix".account add constraint (foreign key (account_fk) references "informix".etc constraint "informix".acc_type); create table "informix".customer primary key (id) constraint "informix".pk.id create index "informix".customer_index on "informix".customer (pu_date) using ct in indexdbs;/create create unique index "informix".customer_uidx on "informix".customer (uno,sub_no) using ct in indexdbs; create trigger "informix".customertrigger insert on "informix" alter table "informix".customer add constraint (foreign key (customer_fk) references "informix".etc constraint "informix".acc_type); create table "informix".merchant [1]: /storage/temp/277673-photo-2019-11-28-22-15-26.jpg

Viewing all articles
Browse latest Browse all 47296

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>