create new table
This commit is contained in:
parent
e830742918
commit
502e9ea0fd
@ -1,4 +1,6 @@
|
||||
DROP TABLE IF EXISTS DataInventory;
|
||||
|
||||
create table DataInventory as
|
||||
Select * from (
|
||||
SELECT SERVER,
|
||||
REPLACE(
|
||||
|
Loading…
Reference in New Issue
Block a user