Viewing 7 posts - 1 through 7 (of 7 total)
Thanks for the reply, im not even letting it get into the table yet, im just looking @ a preview of the data from the connection, and its showing nulls...
January 29, 2008 at 11:35 am
A little more information, we just cant seem to get a column that was once a date column in excel to show up in my import. The column right...
January 29, 2008 at 9:06 am
appreciate all the great advice, new to all the sql stuff, working on modifying some of the code, and will let you know the results, thanks for spending the time...
May 3, 2006 at 6:28 am
getting closer, how come it shows me the prefix twice in some cases:
--This will query and show all the account prefixes and total number of accounts in each prefix
select distinct...
May 2, 2006 at 2:08 pm
quick question about the substring, i am running the following:
--This will query and show all the account prefixes and total number of accounts in each prefix
select substring(ad.account_number,1,2)as AcctPreFix, count(*) as...
May 2, 2006 at 1:18 pm
appreciate that, i wasnt thinking, now i understand the substring is a function, not something i enter, thanks, great help
April 27, 2006 at 2:31 pm
appreciate the quick reply, in the learning phase of writing sql, so dont laugh, but what do you mean by substring? list select *? and than i guess...
April 27, 2006 at 2:08 pm
Viewing 7 posts - 1 through 7 (of 7 total)