3
Answers

what does this query mean

Photo of Subin Thomas

Subin Thomas

6y
715
1
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)