Viewing 15 posts - 38,416 through 38,430 (of 59,072 total)
elutin (5/12/2010)
Here we are:
1. I would not use it if I would be you.
2. If you deside to use it, you must read
"The RULES" section...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 9:46 pm
scziege (5/12/2010)
our customer want to make a promotion on a product package with this codes.
The customer can buy the product and insert the code onto a web page, after...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 9:07 pm
Joe Celko (5/12/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 3:55 pm
Yes and no. You're certainly on the correct tract with making a table but it should be a permanent table instead of one built on the fly. Second,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 3:16 pm
The one in probably the most famous article ever when it comes to how to do things using "Nested Set" hierarchies... written by none other than Joe Celko himself...
I'll also...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 3:11 pm
Joe Celko (5/12/2010)
REPLACE('I', '',
REPLACE('N', '',
REPLACE('P', '',
REPLACE('B', '',
REPLACE ( 'W', '', mutli_race_code),
),),),)...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 1:55 pm
lmu92 (5/11/2010)
Jeff Moden (5/10/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 1:51 pm
Heh... see Kazim? I'm not the only one that want's a piece of your "architect". 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 1:08 pm
CirquedeSQLeil (5/12/2010)
GilaMonster (5/12/2010)
It depends.p.s. A 5-table query is not exactly complex.
Agreed.
Heh... it depends. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 12:58 pm
scziege (5/12/2010)
our customer want to make a promotion on a product package with this codes.
The customer can buy the product and insert the code onto a web page, after...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 8:07 am
Gianluca Sartori (5/12/2010)
It's strange to see that partition by seems to be faster than distinct. I would have expected to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 8:02 am
Dobermann (5/11/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 7:36 am
dmoldovan (5/12/2010)
Dobermann, Jeff, I appologize for being wrong this time. I did not realized in a timely manner the output that Dobermann needs.Sorry, guys :blush:
Nah... you're alright. I very...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2010 at 7:03 am
The "4th row" does complicate things a bit. You have to reverse the query and run it again and then get rid of the dupes... I think this will...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2010 at 10:42 pm
Dobermann (5/11/2010)
Jeff Moden (5/11/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2010 at 9:07 pm
Viewing 15 posts - 38,416 through 38,430 (of 59,072 total)