-
-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sql extension error #699
Comments
Make sure you have a correct interpreter set, maybe try a |
Hi fzumstein, Thanks for your comments. Now, I have correct setup with quickstart and can run double_sum function (as quickstart). However, when I try the sql function like "=sql("SELECT a.x from a",A1:B3)". I got the below error: "OperationalError: no such table: a |
is it possible that you don't use |
I don't think this is the separator issue. When I try "=sql("select * from B",A1:B10)", it works. |
Can you attach your spreadsheet here please? |
Sure. The file is attached. |
I think I found out what's wrong. When I use "=sql("select * from B",A1:B10)", it works. It seems that the table name depends on the table columns I selected. I check sql.py. It seems that the index "i" is repeated to be used.
When I change "for i in range(len(cols))" to "for x in range(len(cols))", it runs as the docs. It's prefect now. Thanks for the great tool. |
I installed the latest version v0.11.1. I try to use sql() function in Excel and got the below error. Any idea to solve it?
No command specified in the configuration, cannot autostart server
The text was updated successfully, but these errors were encountered: