[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: TRUNCATE
- Subject: Re: TRUNCATE
- From: "Korbel Gordon E." <GEKORBEL@NORSTAN.COM>
- Date: Wed, 26 Aug 1998 08:03:48 -0500
I have used truncate successfully -- but I did not add the reuse storage
arguments.
eg..
BEGIN-SQL
truncate table-name
END-SQL
-Gordon Korbel
> -----Original Message-----
> From: Thompson,Crystal [SMTP:THOMPSCD@AGEDWARDS.COM]
> Sent: Tuesday, August 25, 1998 3:11 PM
> To: Multiple recipients of list SQR-USERS
> Subject: TRUNCATE
>
> Is it possible to use the ORACLE command truncate in SQR? I tried the
> code below and received the error message:
> (SQR 4008) Unknown function or variable in expression: truncate
>
>
> truncate ps_dist_ln reuse storage
>
> Thanks,
> Crystal Thompson