Re: [gnome-db] sql statement not parsed correctly (postgresql)
- From: Vivien Malerba <vmalerba gmail com>
- To: Andrea Zagli <azagli libero it>
- Cc: "gnome-db-list gnome org" <gnome-db-list gnome org>
- Subject: Re: [gnome-db] sql statement not parsed correctly (postgresql)
- Date: Thu, 6 Oct 2011 17:32:06 +0200
On 6 October 2011 10:33, Andrea Zagli
<azagli libero it> wrote:
this sql
(SELECT data FROM mezzo_chilometraggi
WHERE status <> 'E' AND id_mezzi = 4 AND data = "" LIMIT 1)
UNION
(SELECT data FROM mezzo_chilometraggi
WHERE status <> 'E' AND id_mezzi = 4 AND data < '2011-01-01' ORDER BY data DESC LIMIT 1)
is not parsed correctly; the result is without parenthesis that delimit queries before and after union
I understand you mean the SQL rendering is not correct, but the parsiing itself is correct. Is that right?
Vivien
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]