+ 3
What is the use of Truncate function in MySQL
SQL truncate function
4 Answers
+ 7
Hello, Mukul Deshwal !
The MySQL TRUNCATE function returns a number truncated to a certain number of decimal places. The TRUNCATE function can be used in the following versions of MySQL:
MySQL 5.7, MySQL 5.6, MySQL 5.5, MySQL 5.1, MySQL 5.0, MySQL 4.1, MySQL 4.0, MySQL 3.23 number is the number you want to truncate.
decimal_places is the number of decimal places to be truncated. This value must be a positive or negative integer.
http://oracleplsql.ru/mysql-function-truncate.html
+ 2
Thanks Alexander.Now my doubt is clear....đ
+ 1
Yerkebulan your answer is wrong.....Just check the link in the answer by Alexander Sokolov
0
Hi Mukul.
Function "Truncate" - clear all data from table.