Em Quarta 26 Abril 2006 11:11, Jorge Vargas escreveu: > > why? you will check on create only
You can create temporary tables with select. What if one of those had a reserved keyword as its name? One example of that for PostgreSQL (http://www.commandprompt.com/ppbook/r28390): booktown=# SELECT * INTO TEMP TABLE old_emp booktown-# FROM employees booktown-# WHERE id < 105; SELECT -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

