List/Grid MySql Subscribe RSS feed of category MySql
Calculate average and sum from Mysql query
The AVG function return the average value of the specified column. For example I have a table of product list and now I want the total of price and average…
What is the difference between MyISAM and InnoDB?
The main difference between mysql table type MyISAM and InnoDB is that InnoDB supports transaction by MyISAM does not. MyISAM support full text search but InnoDB does not. InnoDB supports…
How to calculate difference in days between two dates in MySQL
Let’s say we have a MySQL table where one column (date or datetime type) is named creation-date and contains dates in one of the YYYY-MM-DD or YYYY-MM-DD HH:MM:SS formats from…






