1.打印面试安排
This commit is contained in:
parent
1ae9298f25
commit
203af881fa
@ -1220,6 +1220,7 @@ async def condition(
|
||||
len_sql = len_sql.replace('where and', 'where', 1)
|
||||
sql = sql.replace('where and', 'where', 1)
|
||||
# 返回数据条数
|
||||
print(sql)
|
||||
df_len = await ckdb.query_dataframe(len_sql)
|
||||
len_date = len(df_len)
|
||||
df = await ckdb.query_dataframe(sql)
|
||||
|
Loading…
Reference in New Issue
Block a user