Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Drop table
On 31.05.2006 13:05 Lasse wrote:
> Hi,
> I use Oracle Application Express and have made a mistake to use a swedish
> letter in the tabel name.
> How do I drop or rename the table?
> The tabelname is 'INKÖPARE_LOOKUP'
> I have tryed 'Drop table INKÖPARE_LOOKUP' but i get an error message
> 'invalid letter'
Try: drop table "INKÖPARE_LOOKUP"
(enclose the table name in double quotes)
Thomas
-- It's not a RootKit - it's a SonyReceived on Wed May 31 2006 - 06:21:38 CDT
![]() |
![]() |