Could you please explain the difference between  AS and INTO in a select
command.

Also in a previous post someone mentioned a function  GETCLIP (to get data
from the windows clipboard).  I cannot find the syntax for that at
R.Syntax.com.

Bernie Lis

> name all columns AS ALIAS name(s).
>
> Example:
>
> DROP VIEW Maximum
> CREATE VIEW tMaximum AS SELECT (MAX(CHARGE)) AS MaximumCharge +
> FROM TableName ...
>
> For more details and examples on CREATE VIEW: http://www.RSyntax.com
>
> Have Fun!
>
> Very Best Regards,
>
> Razzak.
>
> ===================================-============================
> R:BASE Developers's Conference: http://www.rbase.com/conference
> Official R:BASE List Server:    mailto:[EMAIL PROTECTED]
> RBTI Events/Training:      http://www.rbase2000.com/events
> R:DCC Members:      http://www.rbase2000.com/rdcc
> ================================================================
> R:BASE, Oterro & R:Tango are registered trademarks of RBTI.
> ==================================-=============================

Reply via email to