没有键的mysql连接表 [英] mysql join tables without keys

查看:82
本文介绍了没有键的mysql连接表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

基本问题:如何联接2个表以获取以下输出?

Basic question: How do I join 2 tables to get the following output?

Table1:
"type"
red
blue
big
small

===

Table2:
"object"
cat
person
chair

===

Output:
red cat 
blue cat
big cat
small cat
red person
blue person
big person
small person
red chair
blue chair
big chair
small chair

推荐答案

SELECT * FROM Table1 CROSS JOIN Table2

这篇关于没有键的mysql连接表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆