Viewing 15 posts - 211 through 225 (of 703 total)
Using just LF as a record delimiter did the trick. A quick internet search confirmed that LF was a standard on UNIX, and this is certainly simpler than doing...
October 12, 2010 at 3:32 pm
danajao (9/7/2010)
September 7, 2010 at 6:22 pm
Here's another little script to demonstrate the effect of using float. Although the local variable looks pretty good out of a simple "print @i", converting the value to decimal...
August 26, 2010 at 2:02 pm
Here one question comes in the mind that why only one row is indicated by 1? The Scheme_Total and Product_Total is also aggregated but it is not indicated by 1....
July 20, 2010 at 12:05 pm
witasj,
I see the same contents in @Grouptest as you do.
It looks as though the loaded table shown in the article may not be from the final version of...
July 20, 2010 at 11:35 am
Gosh, I hope I don't get my shoes wet by stepping near this, but.....
The original script in the article absolutely needs an ORDER BY to properly interleave...
July 19, 2010 at 3:44 pm
Wow. Did I mess up on this one. Let me correct myself before someone else has to.
The answer to Sunil's question about why only the grand total line...
July 13, 2010 at 12:34 pm
Adam Haines (7/12/2010)
July 12, 2010 at 2:19 pm
kevin.l.williams (7/12/2010)
...Would it have been too difficult to return the string unmodified if there was a NULL detected? ....
Actually, I think the answer to that would go back to the...
July 12, 2010 at 10:54 am
kevin.l.williams (7/12/2010)
Anyone got any ideas why this function was made to work this way? Makes no sense to me.
I cannot answer that authoritatively, but consider that it would make no...
July 12, 2010 at 9:53 am
Viewing 15 posts - 211 through 225 (of 703 total)