Subin Thomas

Subin Thomas

  • NA
  • 4.9k
  • 117.6k

what does this query mean

Jan 23 2019 11:15 PM
SqlCommand cmd = new SqlCommand("select [Project ID] FROM [-----------].[dbo].[---------------------] where Lab='" + OrgId + "'and [Project ID] like '%'+ @ProjectName +'%'");
 
 
 
can anyone explain the meaning of this query, the last lines tho
thanks
subin

Answers (3)