在MySQL中生成整数序列

编程入门 行业动态 更新时间:2024-10-19 08:57:01
本文介绍了在MySQL中生成整数序列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我需要对表/结果集/任何具有整数n至m(含)的连接.有没有简单的方法就可以不用构建表就可以做到这一点?

I need to do a join with a table/result-set/whatever that has the integers n to m inclusive. Is there a trivial way to get that without just building the table?

(顺便说一句,这种类型的结构称为"元查询"吗?)

(BTW what would that type of construct be called, a "Meta query"?)

m-n被限制在合理的范围内(小于1000)

m-n is bounded to something reasonable ( < 1000's)

推荐答案

没有序列号生成器(创建序列).最接近的是AUTO_INCREMENT,它可以帮助您构造表.

There is no sequence number generator (CREATE SEQUENCE) in MySQL. Closest thing is AUTO_INCREMENT, which can help you construct the table.

更多推荐

在MySQL中生成整数序列

本文发布于:2023-10-26 23:45:26,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1531691.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:整数   序列   MySQL

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!