Viewing 15 posts - 31 through 45 (of 59 total)
nope, i'm still getting this:
AMSTERDAM Admin 106
AMSTERDAM ...
January 24, 2003 at 10:08 am
something still wrong
select Siteid as Vessel, Callid, sum(total_minutes) as Total_Minutes from
(
select Siteid as Vessel,callid,sum(airtime) as total_minutes from oldbill02 with(index(siteid)) where callwhen >='12/31/2002' and substring(callnbr,5,3)<>'976' and siteid <> ' '...
January 24, 2003 at 9:37 am
No my friend, I need the vessel name and the callid for all vessels, not only for Amsterdam
thanks
January 24, 2003 at 8:59 am
Doesn't work: this is the error
Column 'oldbill02.callid' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
January 24, 2003 at 8:49 am
well my problem is the both they are not related, so is very hard to update the second table after the first been updated, I lost the variable to locate...
December 13, 2002 at 1:06 pm
well now I'm getting an error:
Cannot Insert the NULL into column TIMESTAMP on trunk_lines
means that , the table I'm trying to update has a timestamp autonumber and do not accept...
December 13, 2002 at 6:53 am
1- Yes I change the view to details and right click,all tasks and nothing, hour glass only.
2- Yes I can restore from query Analyzer, I just want to fix the...
September 10, 2002 at 9:43 am
Not to individual files, but to individual records at the same file, what I need is a Query statment to do that.
ex:
Pell off 128 characteres and save it on line1
another...
May 13, 2002 at 6:49 am
Yes I know that..I can do programming, I'm try to know is If exist any way to do this in a querie statement
May 10, 2002 at 2:30 pm
Sorry took me so long to answer I take vacations, so I'm back.
Yes when I copy and past and run from the query analyzer works fine, but the job...
May 9, 2002 at 7:57 am
not reason, the "BETWEEN" is working fine
just give that TIMEOUT EXPIRED, don't know why yet, If I refresh the page works
March 27, 2002 at 9:51 am
well I'm using the command "BETWEEN" and I'm getting "TIMEOUT EXPIRED" but when I refresh the page it's come on ok. every time I refresh I got it...is that any...
March 27, 2002 at 9:33 am
Viewing 15 posts - 31 through 45 (of 59 total)