Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 721 Bytes

example-kb.md

File metadata and controls

46 lines (32 loc) · 721 Bytes
Date
2023-05-08

Title here

One-liner intro; give enough info to let the reader know they are in the right place to learn about the topic.

:::note If you want something to show up in a "Note:" block, use this. :::

Steps

  1. Do this
put commands in here.  If you are putting in SQL, then make the top line ```sql if commandline commands, then ```bash
  1. Next step
SELECT * 
FROM system.functions
  1. Another step
./clickhouse local --query ...
  1. Create a python source file named main.py:
import clickhouse_connect
import sys
import json

:::tip Tips look a little different from Notes; green vs. gray. Please do not use :::warning or :::danger :::