mysql 如何把查询结果生成一个表

请讲解下,mysql 如何把查询结果生成一个表
最新回答
柏拉图爱恋

2024-11-28 04:18:17

mysql 不支持 select into 语句,因此需要其他方法实现。

Create table test_jiudian (select term,index_average from t_search_term_new where parent_id is null and term like '%酒店%' and index_average>0 order by index_average desc );
夜来疯

2024-11-28 07:37:06

在表格里面遍历数组就行了啊。

如果是在cmd.exe 里面 的话, 会自动生成以表格的形式显示。