It is wrong terminology to call these a 'query'. They are SQL commands. A query is only the SELECT statement. In English, 'query' means to ask a question. For example: Who are the customers that have a good credit status? In SQL, we use a SELECT to ask that question. ALTER TABLE is not a query. It does not ask a question. It gives a command.
I know that you did not ask about this, so, sorry if I am being presumptuous. Hopefully this is helpful. Regards, Mike On Sun, Jul 10, 2011 at 11:51 AM, Rob Wolfe <[email protected]> wrote: > Why would you want to do such a bizarre thing? > > Can you explain a little more what you want to do? > > Also, you might want to start a new thread :) > > Rob > > On Jul 10, 1:12 pm, VIGNESH PRAJAPATI <[email protected]> wrote: > > what is query for get complete backup of database to text file? > > > > On 7/10/11, amar abboju <[email protected]> wrote: > > > > > Thanks for reply.to my question > > > > > -- > > > Thanks&Regards > > > Amarender > > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Oracle PL/SQL" 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/Oracle-PLSQL?hl=en > > > > -- > > THANKS > > > > VIGNESH PRAJAPATI > > -- > You received this message because you are subscribed to the Google > Groups "Oracle PL/SQL" 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/Oracle-PLSQL?hl=en > -- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" 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/Oracle-PLSQL?hl=en
