我一直在寻找这个问题的答案。
我有两个具有相同设置的mysql表
table1 [id] [customer_name] [project_number] [project_type]
table2 [id] [customer_name] [project_number] [project_type]
我想要做的就是通过[customer_name]对它们进行排序,然后在while循环中列出它们,这应该显示在一个常见的下拉选择字段中。 这些表之间的常数差异是[project_type],在'表1'中设置为0,在'表2'中设置为1
任何想法?