web design

Started by vidhyaa, June 27, 2016, 05:34:47 AM

vidhyaa

How to Show certain selected rows with the value "pcds"

Latlon Technologies

mysql> SELECT * FROM tablename WHERE fieldname = "pcds";

Latlon Technologies

mysql> SELECT * FROM tablename WHERE fieldname = "pcds";




http://www.latlontechnologies.com/

janpaul

You can select rows with the value "pcds" by applying select query with where clause. like : select * from tablename where fieldname = "pcds";