thanks
On Aug 25, 1:26 pm, "[email protected]" <[email protected]> wrote: > Hi > > On Thu, Aug 25, 2011 at 11:19 AM, Nitin <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
