Hi

On Thu, Aug 25, 2011 at 11:19 AM, Nitin <nitin.c.chau...@gmail.com> wrote:

> being curious, executed few more and they worked too !
>
> select x from dual insert
> select x from dual create
> select x from dual index
> select x from dual loop
> select x from dual for
> select x from dual while
>
>

What your have here is:

             select x from TABLE ALIAS

It just that the names of aliases are sql reserverd words. Maybe it is even
allowed

-- 
   Vasile Rotaru

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-database@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to