Viewing 15 posts - 1 through 15 (of 17 total)
Hi Friends,
Can any one help me in calculating past N hrs,past week,past7days,pastNdays,past2weeks,past14days,this month. Date should be compare with today and should automatically calculate the selected date.
Thanks,
Shobana
October 17, 2013 at 12:15 am
Hi,
Any one help me to insert datas into mysql.
Thanks,
Shobana
October 8, 2013 at 10:54 pm
Hi,
Any online to help me in fetching the data's quickly. if i run the query below its taking such a long time due to huge data's(1k) in each tables....
October 6, 2013 at 10:06 pm
Can any one help to get quick results while running query in PostgreSQL?
when i run my query its taking such a long time due to huge data's in db.
Thanks,
Shobana
October 3, 2013 at 10:02 pm
ERROR: syntax error at or near "highlight".
LINE 12: ...character varying)where (cast(am.itime as
This is the error i am getting
Thanks
shobana
October 3, 2013 at 3:52 am
Is it possible to use webserver and get connected to DB to get quick results
Thanks,
Shobana
October 3, 2013 at 3:42 am
Thanks a lot for your help
Replacement every thing over. Now if i run the below query its querying for long time due to huge datas in DB(PostgreSQL). if i run...
October 3, 2013 at 3:20 am
exactly.
if the user wants the reports for 1hr...
this query has to generate 1hr report..
Thanks,
Shobana
October 3, 2013 at 2:59 am
select distinct split_part(split_part(cp.msg, 'src=',1),',',1),split_part(split_part(cp.msg, 'user=''',2),',',1) as user ,am.itime,am.dtime,am.url from "FGT60B3908669009-wlog-1380091698" am join "SYSLOG-C0A80A41-glog-1380347892" cp on cast(am.src as character varying)=cast((split_part(split_part(cp.msg, 'src=',2),',',1) ) as character varying) where am.src='192.168.10.23' and replace('$filter', 'itime',...
October 3, 2013 at 1:22 am
ERROR: argument of AND must be type boolean, not type text.
LINE 1: ...aracter varying) where am.src='192.168.10.23' and replace('i... ...
October 3, 2013 at 12:10 am
With the help of my query can you add your CASE command and show me the query?
Thanks
Shobana
October 3, 2013 at 12:02 am
what this command will do?
whether it gives report for n timestamp(say 1h,one day like that)?
Thanks
Shobana
October 2, 2013 at 11:59 pm
Viewing 15 posts - 1 through 15 (of 17 total)