Roy Hann wrote:
Quote:
I just noticed that ESQLC insists that the (normally optional) keyword
TABLE is mandatory in COPY TABLE foo ( ...) FROM ....
i.e: E_EQ0070 Missing word 'TABLE' in COPY statement.
Has it always been like that? My mind is going.
(Version II 10.1.0 (int.w32/121)) |
Following up on my own post, I've just noticed it objects to
another perfectly valid statement, e.g.:
exec sql insert into foo
select 1, 'Dave'
union
select 2, 'Zebedee'
union
select 3, 'Yolanda';
E_EQ0244 Syntax error on 'union'.
Is esqlc usable in the community release of 10.1?
--
Roy
UK Ingres User Association Conference 2012 will be on Tuesday June 19 2012.
The latest information is available from www.uk-iua.org.uk.