I have a command table containing:
---********************************---
connect to sample;
drop table emp1;
create table emp1 like employee;
insert into emp1 select * from employee
-- fetch first 5 rows
;
select count(*) from emp1;
connect reset...
In DOS, I can successfully grep lines containing a "<" symbol but the same command in Perl grep fails.
e.g.
| grep "\<"
I can overcome this by code but I would rather exploit the power of grep within my Perl code.
New to TEC and cannot see a quick way of "feeding" TEC data into (say) DB2/UDB.
Is there an API-type method for storing "event" data into an RDBMS ?.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.