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