You can't rename it, but you can create a 1:1 view...
# general
a
You can't rename it, but you can create a 1:1 view with a different name
p
ok thanks
f
you can also do it inline with a
WITH
statement, eg.
Copy code
WITH foo AS (SELECT * FROM processes) SELECT * FROM foo;