SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Performing Queries Using SQL
Querying Multiple Tables


Question: Write a clause to specify Clinic.Admit and Clinic.Insure as the tables to be queried.
proc sql;
   select admit.name,fee,total,balancedue,
          total-balancedue as AmountPaid
      

           

  back||next

 

Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement