1
Reply

Like Query..

Dipesh Tare

Dipesh Tare

Feb 9 2015 5:34 AM
612
Hi,
 
 I want to convert this query into like query.
 
SET @sqltext ='Select '+@field+' from '+@table+' where '+@wherefield+'='''+@whereval+''' And IsActive=1' 
 
how can I do this?

Answers (1)