how to delete the duplicate columns permanently in SQL
Answers were Sorted based on User's Feedback
Answer / chandrakanth
proc sql;
create table dataset-name as select distinct(variable-name),list-all-the-variables-you-want from dataset-name;
quit;
please let me know if you have any questions
| Is This Answer Correct ? | 4 Yes | 3 No |
define table lookup and how may ways it can be done...explian
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Explain bmdp procedure?
What are Dashboard reports?And significance of these in analysis?
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what is program data vector? : Sas-administrator
What is proc sql pass through facility?
what is hierarchy flattening? : Sas-di
what is SAS/Access and SAS/Connect?what are the uses?