MySQL Data type Conversion

Source: Internet
Author: User

The benefits of the network are becoming more and more undeniable. But sometimes it brings a certain amount of trouble.

I found a very common problem. One problem is turning around and over and over. Below I describe the conversion operation for MySQL data type.

Mysql provides two built-in functions that let us use the cast () and CONVERT () functions, respectively: Cast and Convert,mysql, to convert or obtain a type that we need. The specific syntax for both is as follows:

(1) Cast (value as type);

(2) convert (Value,type);

Grammar

Description value is the type of the object to convert the original data type to. But the types that can be converted are limited. The type can be any one of the following:

  • Binary, with binary prefix effect: binary
  • Character type, with parameters: CHAR ()
  • Date: Date
  • Time:
  • DateTime Date/Time type
  • Floating point number: DECIMAL
  • Integer: Signed
  • unsigned integer: UNSIGNED

Examples of specific operations are as follows:

I. First introduction to VARCHAR conversion to int type

(1)

(2)

Two. The next time conversion is described below

All rights reserved for individuals.

MySQL Data type Conversion

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.