插入并递增1个字符

插入并递增1个字符

本文介绍了插入并递增1个字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 嗨我有两列。 sno作为第二列中的主键和字符。我想在第1列插入一个int。但是当插入第二个日期时,它应该自动插入B到第二行的字符列中,C插入第三个,D插入第四个等等。有什么办法吗?解决方案 hi i have two columns. sno as primary key and character in the second column. i'd like to insert a int the 1st column. but while inserting 2nd date it should insert automatically B in to that 2nd row of character column and C in 3rd and D in 4th and so on.. Is there any way? 解决方案 这篇关于插入并递增1个字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-29 02:58