permutation of two columns in mysql table [closed]

亡梦爱人 提交于 2019-12-13 08:58:20

问题


permutation of two columns data of table

 column 1     column 2
 1             3
 2             4

i need all possible permutations limited to two characters like want

result as ho to do as this

12 13 14 21 22 23 24 31 32 33 34 41 42 43 44

all possible sets limited to two characters thanks in php or mysql query

here are some sollutions but not on my request mysql way nearer

来源:https://stackoverflow.com/questions/59235326/permutation-of-two-columns-in-mysql-table

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!