Abdalla Omran

Abdalla Omran

  • NA
  • 334
  • 29.5k

How could I check if those records exists in SQL ?

Jan 10 2020 2:34 AM
I have a list which is holidng several properties like date time , url, id and so on 
before i import this list into DB i want to check if those records are already existing in DB  
  1. // here is the list   
  2. GetListofProducts = GetAllProdcuts();  
  3. // after that i am importing the list into a DB   
  4.   
  5. ImportIntoDB();  
  6.   
  7. // but before that i want to check if the records in this list are already exist in DB   
 

Answers (1)