Palle Girgensohn <[EMAIL PROTECTED]> writes: > I just tried using openoffice to create a SQL query, but it failed when I > tried using left outer joins. The contructed query from OO contains curly > braces to group things. I've never seen this construct before.
The SQL standard has never heard of it, either. Parentheses would be correct here. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match