Viewing 8 posts - 1 through 8 (of 8 total)
Wow... You guys are really great!
I used your example, and it worked perfectly!
select distinct chips, salt --, date
from SNACKS
where SNACKS .salt= 'No'
AND chips NOT IN(select distinct chips...
April 30, 2010 at 12:15 pm
is ok... is a very small db.
let me see what i can do with these examples.
thanks to all!
🙂
December 28, 2009 at 2:17 pm
thanks for the replies... the value
i gave was just a sample not the actual results coming out of the query.
and it wouldn't be just 'that' value; would be...
December 28, 2009 at 1:51 pm
Gsquared... that did the trick!
you guys really know your craft! THANKS!!
November 24, 2009 at 3:00 pm
we are getting alot closer.
i simply replaced the -1 with -0
the columns are both there, and string has been separated, but... the comma (,) remains
on the end of col1, but...
November 24, 2009 at 2:54 pm
thanks again gsquared.
really grateful of your help, and especially since the code is getting alot shorter.
ran the script, but getting the SUBSTRING error again.
just did some reading up...
November 24, 2009 at 2:45 pm
thanks for the good explanation of everything! 🙂
hopefully just one more question, and i will be done.
according to your example ( which is much easier to read ) than my...
November 24, 2009 at 2:33 pm
Viewing 8 posts - 1 through 8 (of 8 total)