How to Show certain selected rows with the value "pcds"
mysql> SELECT * FROM tablename WHERE fieldname = "pcds";
mysql> SELECT * FROM tablename WHERE fieldname = "pcds";
http://www.latlontechnologies.com/
You can select rows with the value "pcds" by applying select query with where clause. like : select * from tablename where fieldname = "pcds";