Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
-- Search Slack channel by channel's URL
select * from "AO_F9C6CD_NAFJ_WH" where "URL" = '<URL>'
-- Search Slack channel by channel's Name (since 7.4.0)
select * from "AO_F9C6CD_NAFJ_WH" where "NAME" = '<NAME>'

...