I have list of product_id in excel at local drive. I would like to pull those product_id which data table stored in database.
Looking for suggestion how to pull data for this condition where list keep in local while data stored in database.
Import the data from Excel, then use the dataset you create in a where clause something like:
where product_id in (select product_id from import_excel);
Without any furher information on what you have done, how you import the excel file, or how you connect to the db its hard to say.
Import the data from Excel, then use the dataset you create in a where clause something like:
where product_id in (select product_id from import_excel);
Without any furher information on what you have done, how you import the excel file, or how you connect to the db its hard to say.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.