|
发表于 2023-6-4 05:45
来自手机
|
显示全部楼层
[广告] VBA代码宝 - VBA编程加强工具 · VBA代码随查随用 · 内置多项VBA编程加强工具 ★ 免费下载 ★ ★ 使用手册★
create temp table aa as
select fillna(iif(regexp('总分|分数|语文|数学|英语|物理|化学',姓名张三),rowid,'')) grp,* from 数据清洗之提取学生语文成绩转一维 where rowid!=1 limit 20;
cli_one_dim~temp.aa~1;
//select grp,replace(属性,'姓名','') 姓名,group_concat(数量,'</td><td>') 成绩 from aaunion group by grp,属性;
create temp table bb as
select grp,replace(属性,'姓名','') 姓名,group_concat(数量,'</td><td>') 成绩 from aaunion group by grp,属性;
select 姓名,replace(成绩,'语文','') 语文成绩 from bb where 成绩 like '%语文%';
|
评分
-
2
查看全部评分
-
|