Channels
doorman
zercurity
infrastructure
code-review
queryhub
apple-silicon
carving
goquery
aws
querycon
golang
file-carving
fuzzing
help-proxy
darkbytes
process-auditing
general
windows
random
fleet-dev
tls
fim
awallaby
zentral
zeek
auditing-warroom
linen-dev
fleetosquery
plugins
jobs
arm-architecture
uptycs
android_tests
selfgroup
vendor-feeds
fleet
eclecticiq-polylogyx-extension
ebpf
website
core
macos
kolide
osctrl
extensions
foundation
sql
officehours
linux
community-feeds
Powered by
#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;
Post