Viewing 15 posts - 1,381 through 1,395 (of 2,443 total)
From that perspective then, no I don't believe that there is a difference.
SELECT myTable.myColumn, yourTable.yourColumn
FROM myTable, yourTable
WHERE myTable.myColumn=yourTable.yourColumn
should be treated the same as
SELECT myTable.myColumn, yourTable.yourColumn
FROM myTable
...
April 26, 2010 at 6:54 am
Just saw this, somewhat relevant, although not related to the 'hot news' aspect of it: http://arstechnica.com/web/news/2010/04/dont-publish-dow-jones-hits-briefing-service-with-hot-news-lawsuit.ars?utm_source=rss&utm_medium=rss&utm_campaign=rss
April 23, 2010 at 9:33 am
CirquedeSQLeil (4/22/2010)
jcrawf02 (4/22/2010)
woohoo! Brent's coming to cowtown!What is twapperkeeper?
I'm sure it is supposed to bring back memories of the Trapper Keeper (how many here had one of those?).
Loved my Trapper...
April 22, 2010 at 3:33 pm
woohoo! Brent's coming to cowtown!
April 22, 2010 at 3:19 pm
The Dixie Flatline (4/22/2010)
Dandelions. Hard radiation.... it will either kill them or mutate them to the point that they kill you.
You would suggest that 😛
April 22, 2010 at 2:02 pm
GSquared (4/22/2010)
Clorine triflourideIt's hypergolic with just about everything.
That's the one I was thinking of that you mentioned previously. The wikipedia entry is equal parts scary and hilarious, especially the quote...
April 22, 2010 at 2:01 pm
Tom.Thomson (4/22/2010)
jcrawf02 (4/21/2010)
And now for something completely different...
Any advice on ridding my lawn of...
April 22, 2010 at 11:18 am
Chris Morris-439714 (4/22/2010)
jcrawf02 (4/22/2010)
Chris Morris-439714 (4/22/2010)
jcrawf02 (4/21/2010)
TaraxacumSalad
Dressing?
Undressing - see water cooler thread 😉
ack! TMI...
April 22, 2010 at 6:50 am
Grant Fritchey (4/22/2010)
jcrawf02 (4/21/2010)
And now for something completely different...
Any advice on ridding my lawn...
April 22, 2010 at 6:46 am
So what would you do if everything died? Fix what you know of and wait for the users to yell about whatever you didn't know of?
Anyway, if it's not...
April 22, 2010 at 6:39 am
Chris Morris-439714 (4/22/2010)
jcrawf02 (4/21/2010)
TaraxacumSalad
Dressing?
April 22, 2010 at 6:37 am
I'll second (third?) the sentiment of Lynn and Jeff, from the perspective of a non-expert, if you post the code, you're taking advantage of their experience and brain-power, and they...
April 21, 2010 at 8:13 pm
I would follow up Jason's point with a simple question (once you understand more about the different kinds of joins):
How do you replicate a LEFT JOIN using the where...
April 21, 2010 at 8:09 pm
Shot in the dark, but I feel lucky. :hehe:
ANSI standard?
April 21, 2010 at 8:05 pm
GregoryF: "don't worry about not knowing how many instances/servers there are, every where I have ever worked, no one know all of them, there are some that are barely touched,...
April 21, 2010 at 8:04 pm
Viewing 15 posts - 1,381 through 1,395 (of 2,443 total)