update
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user