The sequence is generated by Oracle and MySQL respectively.

Source: Internet
Author: User
Sometimes, when inserting data into the database, if the ID value is a 32-bit UUID, but it is not appropriate to write a character by yourself, you need to use a function to generate a sequence value Or

Sometimes, when inserting data into the database, if the ID value is a 32-bit UUID, but it is not appropriate to write a character by yourself, you need to use a function to generate a sequence value Or

Sometimes, when inserting data into the database, if the ID value is a 32-bit UUID,

It is not appropriate to write a character at will, so a function is required to generate a sequence value.

Oracle:

Select sys_guid () from dual;

MySQL:

Select replace (UUID (), '-', '') from dual;

Because the mysql UUID () generation sequence has '-' to be replaced.

You may also like the following:

ORA-01002: fetch out of sequence

Determine whether Oracle sequence exists

Sequence usage in Oracle

Oracle uses triggers and sequence to achieve auto-Growth of primary keys

Sequence restrictions in Oracle

Create auto-increment Field sequence in Oracle

,

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.