This commit is contained in:
narawat lamaiin
2025-03-07 12:32:49 +07:00
parent 2f38f3cd0d
commit e9f9e431a9
15 changed files with 131 additions and 4083 deletions
+1 -1
View File
@@ -556,7 +556,7 @@ function SQLexecution(executeSQL::Function, sql::T
tablesize = size(df)
row, column = tablesize
if row == 0 # if 0 row
if row == 0
error("The resulting table has 0 row. Possible causes: 1) Your search criteria might be too specific. Relaxing some conditions could yield better results. Remember, you can always refine your search later. 2) There could be a typo in your search query. 3) You might be searching in the wrong place.")
elseif column > 30
error("SQL execution failed. An unexpected error occurred. Please try again.")