Viewing 15 posts - 16 through 30 (of 33 total)
i still get the same error saying "The Declare cursot SQL construct or statement is nto supported"
but if goves me the optiopn to continue... so if i click continue it...
August 18, 2008 at 5:26 pm
rbarryyoung (8/18/2008)
Are they really all string fields?
no not EVERY field is a string - but everyfield that is a string got this weirdness appended to the end of it.
August 18, 2008 at 5:07 pm
anyone?? any idea how to write somethgin to strip that code out of all the fields in a particular table?
August 18, 2008 at 4:36 pm
ah ha! that makes sense - never had to do a comment in sql - now i know (and knowing is half the battle - Gi Joooooooe)
it does seem...
February 6, 2008 at 9:09 am
looks like this could work but i am confused by the following line of the query:
--AND MAX(Price) >= 0
what is with the two minuses. if i leave them in,...
February 6, 2008 at 8:55 am
Lynn Pettis (2/5/2008)
Is there any additional data in the file you get, such as PO or Order numbers that can be used to tie sales and returns together?😎
unfortunately no. ...
February 6, 2008 at 8:45 am
Chris Morris (2/5/2008)
So you're looking to match, one for one, your sales & refunds, and examine what's left?
i am looking to find the top 10 highest individual charges (individual records)...
February 5, 2008 at 10:56 am
no, trust me, its not homework - i wish it was. it is for my job - a healthcare facility that uses another area hospital's pharmacy services and we...
February 5, 2008 at 10:50 am
ok now tha ti am looking at this i was wondering if you could just clarify something.
so it looks like what you were gettign at with the proposed query is...
February 5, 2008 at 10:47 am
ooh that is slick - lemme give it a try!
February 5, 2008 at 10:20 am
so it turns out that my database is a mysql 4 database but the principles behind the query should be the same. i tried the query suggested by Grasshopper and...
September 16, 2007 at 8:24 am
i think the problem may be that i am using mySQL 4.0 and i need to be on at least 4.1 for this to work. so now i have...
August 14, 2007 at 4:40 pm
well i appreciate your efforts thus far. as you said, hopefully someone else can chime in on this one. one last question - do you knwo of a good mySQL...
August 13, 2007 at 3:53 pm
i know this is a SQL server forum but for this particular project i happen to be using mySQL - that prob has something to do with it.
i was hoping...
August 13, 2007 at 2:54 pm
Viewing 15 posts - 16 through 30 (of 33 total)