fulltest.sh 300 字节
Newer Older
1 2 3
#!/bin/bash
set -e

H
Hui Li 已提交
4
#python3 ./test.py -f 2-query/between.py
5
#python3 ./test.py -f 2-query/distinct.py
T
tangfangzhi 已提交
6
python3 ./test.py -f 2-query/varchar.py
J
jiacy-jcy 已提交
7

S
Shengliang Guan 已提交
8
#python3 ./test.py -f 2-query/timezone.py
J
Jason-Jia 已提交
9 10
python3 ./test.py -f 2-query/Now.py
python3 ./test.py -f 2-query/Today.py
J
jiacy-jcy 已提交
11

S
shenglian zhou 已提交
12
#python3 ./test.py -f 2-query/cast.py
J
jiacy-jcy 已提交
13