SAS Starter here.
INTRO: An error occurs in SQL Server Management Studio when trying to create an existing object / table. So the solution is to first DROP table and then CREATE.
So, how can I write something like this in SAS ... (pretending to be an example table)
PROC SQL; CREATE TABLE Example AS SELECT * FROM Work.Test; QUIT;
Question: Although the Example object / table already exists, an error does not occur. Does anyone know why SAS or SQL Server Management Studio are different from each other?
SAS OPTION REPLACE, SAS, .
OPTION REPLACE
, OPTION NOREPLACE. , - , work ( ).
OPTION NOREPLACE
work
, ( -), , , , . SAS ( , PROC SQL); , SQL Server ( 1960- PL/1 PL/2). SQL Server ; SAS , SAS , .
Source: https://habr.com/ru/post/1613893/More articles:CakePHP 3: Customize Not Found - cakephpSymfony: how to get all services and related classes - phpDoes the namespace declarations inside the included files automatically include the namespace of the parent file (PHP)? - phpMultiple, unknown number of fields passed to request - couchbaseПоверните массив объектов Active Record в хэш - rubySwift restricts generic Type to genericsThe correct way to initialize std :: array from an array of C - c ++Split a voluminous text file into each line n - linuxHow to implement TestNG Listeners in a Python test environment? - javaMaterialization platform: responsive logo in navbar - cssAll Articles