CSS media query

When media queries are developed on the mobile terminal, it is an effective way to handle page compatibility. A media query consists of an optional media type and zero or more expressions that use

MySQL query

Basic query:

select * from table name;

Basic condition query:

select * from Table name where conditions;

Fuzzy query:

select * from table name where name …like ‘%devic