We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey nhynes,
I was working with your SQL Query , and i have tried multiple of writing the same query with different operators.
The query results with only one record as return value, it is completely random to argument of the statement.
The follow statement I used are very simple statement
sql("SELECT * FROM tablename WHERE 11BF2") for the Rid, it comes with SQL error near where.
BF
sql("SELECT * FROM tablename") out puts only one record.
Is it possible to explain how SQL query works in conjunction to Python.
Thank you for time,
Arun
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey nhynes,
I was working with your SQL Query , and i have tried multiple of writing the same query with different operators.
The query results with only one record as return value, it is completely random to argument of the statement.
The follow statement I used are very simple statement
sql("SELECT * FROM tablename WHERE 11
BF
2") for the Rid, it comes with SQL error near where.sql("SELECT * FROM tablename") out puts only one record.
Is it possible to explain how SQL query works in conjunction to Python.
Thank you for time,
Arun
The text was updated successfully, but these errors were encountered: