--
-- Delete existing table
--

drop table if exists {x};
go

--
-- Create new table
--

{y};
go
