On 9/17/07, SHARMILA JOTHIRAJAH <[EMAIL PROTECTED]> wrote:
> Hi
> Sometimes when I create a table with the
> CREATE TABLE sql command,
> it creates a table but with some warnings
>
> For example, I create this table in Aqua studio as
> create table foo(col1 varchar2);
>
> gives
>
> Warnings: --->
>
sorry about that. I copied it.This is proper one
create table foo(col1 varchar);
i use aqua studio
Thanks
Scott Marlowe <[EMAIL PROTECTED]> wrote: On 9/17/07, SHARMILA JOTHIRAJAH wrote:
> Hi
> Sometimes when I create a table with the
> CREATE TABLE sql command,
> it creates a table but with som
On 9/17/07, SHARMILA JOTHIRAJAH <[EMAIL PROTECTED]> wrote:
> sorry about that. I copied it.This is proper one
> create table foo(col1 varchar);
>
> i use aqua studio
Can you copy the error too? Or is it in some kind of popup that makes
it hard to do? It just seems odd that you get a warning with
Hi
Sometimes when I create a table with the
CREATE TABLE sql command,
it creates a table but with some warnings
For example, I create this table in Aqua studio as
create table foo(col1 varchar2);
gives
Warnings: --->
W (1):
<---
0 record(s) affected
The table is created. So