Skip to content

sqlai_helper_v2.1.1

Choose a tag to compare

@hcymysql hcymysql released this 31 Jan 08:20
· 42 commits to sql_helper_1.1 since this release
4c8f464

sqlai_helper工具版本号: 2.1.1,更新日期:2024-01-31 <-> 支持SQL改写,合并LLM模型接口

./sqlai_helper -f test.yaml -q "
SELECT
count(1)
FROM
(select * from test) tmp"

image