mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
7 lines
374 B
SQL
7 lines
374 B
SQL
select ROUND(F1) as [A1] from [sheet1$A1:A1]
|
|
union all select ROUND(F1) as [A1] from [sheet2$A1:A1]
|
|
union all select ROUND(F1) as [A1] from [sheet3$A1:A1]
|
|
union all select ROUND(F1) as [A1] from [sheet4$A1:A1]
|
|
union all select ROUND(F1) as [A1] from [sheet5$A1:A1]
|
|
union all select ROUND(F1) as [A1] from [sheet6$A1:A1]
|
|
union all select ROUND(F1) as [A1] from [sheet7$A1:A1] |