[thelist] SQL basic questions

ted serbinski tss24 at cornell.edu
Mon Jan 21 21:35:41 CST 2002


> hi ted
> 
> you're making it sound harder than it is
> 
>   select x,y,z from yourtable
> 
> and if you get errors, you need to drop/recreate

Well I mean, how do I detect those errors? I want to be like in SQL:

IF tableX
  do nothing;
ELSE
  create table X

Can I do that above somehow?

Thanks

ted






More information about the thelist mailing list