in sql or my sql
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
in the database..in a table..........i have a field named "username"..... in the username. field "Ramesh" is there .. i want to calculate that how many times "ramesh" is there in the username field..using sql
-
in the database..in a table..........i have a field named "username"..... in the username. field "Ramesh" is there .. i want to calculate that how many times "ramesh" is there in the username field..using sql
This must be in SQL Forum, this has nothing to do with ASP.NET. Select count(*) from table where username = 'ramesh'
SG Cause is effect concealed. Effect is cause revealed.