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)
Very few brands suffer from a product issue. It's a conversion issue. People enter DMart,…
The onboarding process of the retailer, distributor, or partner may soon become problematic if there…
Many of the states in the United States of America allow the use of medical…
Did you know that every time you browse this website or any other, you leave…
Online casino has gained immense popularity with the rise of online casinos. Platforms like GameZone…
Every business has one or several peak seasons or periods of time during the year…