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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.