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
How I execute the following commands in the mysql shell?
actor type1(music,sport); select * from tab; actor type1(*); {{RESULT}} select * from tab; actor type1(*); pragma list;
It's from the Get Started documentation. Is there any limitation in accessing all functionalities of actordb when using the mysql driver?
The text was updated successfully, but these errors were encountered:
Limit very much by use mysql shell. Please use thrift protocl client.
Sorry, something went wrong.
Thanks, @Little-Pan . I will get less lazy and go with the thrift :-)
No branches or pull requests
How I execute the following commands in the mysql shell?
It's from the Get Started documentation. Is there any limitation in accessing all functionalities of actordb when using the mysql driver?
The text was updated successfully, but these errors were encountered: