https://github.com/osquery/osquery logo
#general
Title
# general
a

alessandrogario

07/23/2019, 2:56 PM
You can't rename it, but you can create a 1:1 view with a different name
p

Prakhar

07/23/2019, 3:35 PM
ok thanks
f

fritz

07/23/2019, 8:25 PM
you can also do it inline with a
WITH
statement, eg.
Copy code
WITH foo AS (SELECT * FROM processes) SELECT * FROM foo;