14 lines
300 B
Bash
Executable File
14 lines
300 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
#python3 ./test.py -f 2-query/between.py
|
|
#python3 ./test.py -f 2-query/distinct.py
|
|
python3 ./test.py -f 2-query/varchar.py
|
|
|
|
#python3 ./test.py -f 2-query/timezone.py
|
|
python3 ./test.py -f 2-query/Now.py
|
|
python3 ./test.py -f 2-query/Today.py
|
|
|
|
#python3 ./test.py -f 2-query/cast.py
|
|
|