Hi Everyone,
Special Day,
I need an SQL statement, how to get particular Username from the given table.
For example my table name is "dotnet" and column name is "funda" and uername is "xyz".
I had written in this way
select * from Dotnet where funda = ' " + xyz + " ';
In this case i am getting all the columns names, but i am not getting the content present in the "xyz"
Thanks&Regards
iluvdotnetfunda