POV-Ray : Newsgroups : povray.off-topic : Programming langauges : Re: Programming langauges Server Time
5 Sep 2024 05:25:36 EDT (-0400)
  Re: Programming langauges  
From: Captain Jack
Date: 28 Oct 2009 08:54:06
Message: <4ae83eee$1@news.povray.org>
"Darren New" <dne### [at] sanrrcom> wrote in message 
news:4ae76041$1@news.povray.org...
> Captain Jack wrote:
>> Technically, in T-SQL, that would be a CROSS JOIN. JOIN all by itself 
>> defaults to a LEFT INNER JOIN, for which the results could vary.
>
> Actually, I thought you couldn't do JOIN all by itself at all. Every JOIN 
> has to be part of a SELECT, right?

Sorry... I meant to say "JOIN without a qualifier" rather than "JOIN all by 
itself". A JOIN clause always follows a FROM clause (essentially acting as a 
binary operator on two tables, creating a complex FROM) and the FROM has to 
follow a query directive like SELECT.

I always think of SQL as a weird language, but I guess English is a tad 
weirder. :D


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.