Re: [GENERAL] Problem with INNER JOIN

2007-02-14 Thread Tom Lane
"Jeanna Geier" <[EMAIL PROTECTED]> writes: > I'm attempting to do an INNER JOIN on one of the views in my database, > however, when I import the schema file that has it in there, it removes the > "INNER" from the statement. INNER is a noise word; if it's re-listing the statement without that, ther

[GENERAL] Problem with INNER JOIN

2007-02-14 Thread Jeanna Geier
Hello List- I'm attempting to do an INNER JOIN on one of the views in my database, however, when I import the schema file that has it in there, it removes the "INNER" from the statement. I've also tried to add it by modifying it via the 'Properites' -> 'Definition' tab on the VIEW. But, when I pu