update
This commit is contained in:
+1
-1
@@ -517,7 +517,7 @@ function SQLexecution(executeSQL::Function, sql::T
|
||||
tablesize = size(df)
|
||||
row, column = tablesize
|
||||
if row == 0
|
||||
error("\nThe resulting table has 0 row. Possible causes: 1) Your search criteria might be overly specific. Consider removing or adjusting highly specific conditions (e.g., exact values, exact phrases, narrow ranges). Start with broader terms and refine your search incrementally. This often resolves empty result. 2) When searching for data like wine tasting notes, which often use multiple phrases to describe characteristics, start with a single keyword. If multiple results are returned, you can refine the search further to narrow down the matches. 3) There could be a typo in your search query. 4) You might be searching in the wrong place.")
|
||||
error("\nThe resulting table has 0 row. Please try again.")
|
||||
elseif column > 30
|
||||
error("\nSQL execution failed. An unexpected error occurred. Please try again.")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user