Happy new year

This commit is contained in:
Raúl Marín 2023-12-19 18:03:57 +01:00
parent f503aa7838
commit b4d0d63259
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1 @@
0
[?2004h[?2004lBye.

View File

@ -6,4 +6,5 @@ CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. "$CUR_DIR"/../shell_config.sh
echo "exit" | ${CLICKHOUSE_LOCAL} --query "from s\"SELECT * FROM numbers(1)\"" --dialect prql --interactive
# Remove last line since the good bye message changes depending on the date
echo "exit" | ${CLICKHOUSE_LOCAL} --query "from s\"SELECT * FROM numbers(1)\"" --dialect prql --interactive | head -n -1