Double words in the table name
From: kennypoon <member6892_at_dbforums.com>
Date: Thu, 20 Feb 2003 03:15:48 +0000
Message-ID: <2551480.1045710948_at_dbforums.com>
Date: Thu, 20 Feb 2003 03:15:48 +0000
Message-ID: <2551480.1045710948_at_dbforums.com>
In SQL Server, when you have a table name which have two or more words,
you need to use double quota in the SQL statement:
Select * from "table 123"
is it same in Oracle? or Oracle don't permit have two or more words in
the table name or field name?
-- Posted via http://dbforums.comReceived on Thu Feb 20 2003 - 04:15:48 CET