This commit is contained in:
2026-07-09 06:53:14 +07:00
parent 35f1482228
commit 42b8f5bdb1
2 changed files with 2 additions and 288 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ function SQLexecution(executeSQL::Function, sql::T
else
sql = sql * ";"
end
result = executeSQL(sql) #BUG sometime return table, sometime error
result = executeSQL(sql)
df = DataFrame(result)
tablesize = size(df)
row, column = tablesize