Few Mysql queries that will help you develop websites and resolve complex codes.
SELECT MAX(`salary`) from tbl where `salary` < (select MAX(`salary`) from tbl);
SELECT * FROM tbl ORDER BY FIELD(first_name,'John') desc, FIELD(last_name,’Doe′) ASC;
SELECT T2.category_name AS subcategory, T1.category_name AS category FROM category T1 JOIN category T2 ON T1.category_id = T2.category_pid
SELECT T2.category_name AS subcategory, T1.category_name AS category FROM category T1 RIGHT JOIN category T2 ON T1.category_id = T2.category_pid
SELECT T2.category_name AS subcategory, IFNULL(T1.category_name, “replacewith”) AS category FROM category T1 RIGHT JOIN category T2 ON T1.category_id=T2.category_pid IFNULL(T1.category_name, “replacewith”)
SELECT * FROM ( SELECT 0 AS parent_id,” AS parent,cat_id AS category_id,category AS category FROM categories WHERE parent_cat_id=0 UNION SELECT cat.cat_id AS parent_id,cat.category AS parent,chd.cat_id AS category_id,chd.category AS category FROM categories chd INNER JOIN categories cat ON cat.cat_id=chd.parent_cat_id ) AS t ORDER BY concat(t.parent,t.category)
Content marketing has a hidden tax. It's not the writing itself, it's everything that happens…
Most marketing teams aren't failing because they lack data. They're failing because they can't act…
Email marketing continues to be one of the most effective ways for businesses to communicate,…
Xerox first introduced it around the mid-1970s. The need came up because the management activities…
Investing in the forex market may look to be a dangerous game. With some worthwhile…
The coronavirus outbreak has drastically changed the way we live our lives. Yes, that's absolutely…