Re: error with mor than 1 sub-select
От | Osvaldo Kussama |
---|---|
Тема | Re: error with mor than 1 sub-select |
Дата | |
Msg-id | 20060823020351.85246.qmail@web60816.mail.yahoo.com обсуждение исходный текст |
Ответ на | error with mor than 1 sub-select (chrisj <chrisj.wood@sympatico.ca>) |
Список | pgsql-sql |
<br /><br /><b><i>chrisj <chrisj.wood@sympatico.ca></i></b> escreveu:<blockquote class="replbq" style="border-left:2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br />Hi,<br /><br />I am fairly newto PostgreSQL but not to SQL. Is this a bug or a<br />limitation...<br /><br />The first query works fine, but when asecond sub-query is added I get a<br />syntax error...<br /><br />psql protocal2 -U p2user << EOF1<br /> select *<br/> from serv_res SR<br /> where serv_key = 10<br /> and not exists <br /> (select 1<br /> from reservation R<br /> )<br/>-- and not exits <br />-- (select 1 <br />-- from interval R1<br />-- )<br />order by 1<br />;<br /> select *<br />from serv_res SR<br /> where serv_key = 10<br /> and not exists <br /> (select 1<br /> from reservation R<br /> )<br />and not exits<br /></blockquote><br />exi*S*ts<br /><br /><blockquote class="replbq" style="border-left: 2px solid rgb(16,16, 255); margin-left: 5px; padding-left: 5px;"> (select 1<br /> from interval R1<br /> )<br />order by 1<br />;<br/><br />EOF1<br /><br />The output is as follows:<br /><br />Password for user p2user:<br /> serv_key | res_key | start_off_min| duration_min<br />----------+---------+---------------+--------------<br />(0 rows)<br /><br />ERROR: syntaxerror at or near "select" at character 192<br />LINE 9: (select 1<br /> ^<br /><br />Note: This is not the actual queryI want to run but just kept removing<br />complexity until the problem (multiple sub-selects) seemed obvious.<br />--<br />View this message in context: http://www.nabble.com/error-with-mor-than-1-sub-select-tf2149934.html#a5936948<br/>Sent from the PostgreSQL - sql forum atNabble.com.<br /><br /></blockquote><br /><br /><br />[]s<br />Osvaldo<br /><br /><p><hr size="1" /> Yahoo! Search<br />Música para ver e ouvir: <a href="http://us.rd.yahoo.com/mail/br/tagline/search/video/*http://br.search.yahoo.com/search/video?p=james+blunt&ei=UTF-8&cv=g&x=wrt&vm=r&fr=intl-mail-br-b">You're Beautiful,do James Blunt</a>
В списке pgsql-sql по дате отправления: