DQL SELECT

select column from table (where column=value) (order by column asc | desc) (limit uint);
 
 
 
 

Recommendations