i have a task
@state varchar(50),
@location varchar(50)
as
begin
end
if he pass state="",location="" then select all institutes in country
if he pass state value then select institutes in that state
if he pass location also value then select institutes in that particular location
how to write query
please help me
Tapan PatelPosted Aug 31, 2016, 10:42 AM
Santosh SasupalliPosted Aug 31, 2016, 10:43 AM
ketan borsdiyaPosted Aug 31, 2016, 8:23 AM
Midhun TpPosted Aug 31, 2016, 7:21 AM