Rename table in MYSQL
To rename a table in MySQL you just need to run a command named RENAME TABLE, the syntax is
Read moreTo rename a table in MySQL you just need to run a command named RENAME TABLE, the syntax is
Read moreVery often we need to extract last 30 days, 7 days data from mysql DB. Here we will show easy way
Read moreThe myisamchk utility gets information about your database tables or checks, repairs, or optimizes them. myisamchk works with MyISAM tables
Read moreIn this post we will see how can we optimize where clause. Where clause restrict the result set to a
Read moreMySQL SUBSTRING() returns a specified number of characters from a particular position of a given string. Syntax: SUBSTRING(str, pos, len)
Read moreSyntax: IF(expr,if_true_expr,if_false_expr) MySQL IF function is control flow functions that returns a value based on a condition. The IF function
Read moreThe busiest file in the InnoDB infrastructure is /var/lib/mysql/ibdata1 This file normally houses many classes of information (when innodb_file_per_table is 0) Table
Read more