Skip to content
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

Is that away ODBC.k not only load data from MySQL but also push tables to MySQL? #13

Open
HKby opened this issue Mar 6, 2019 · 2 comments

Comments

@HKby
Copy link

HKby commented Mar 6, 2019

Just want to know if it is possible that kdb+ ODBC.k can insert data / table to MySQL? thanks

@mlerner1
Copy link

mlerner1 commented Aug 9, 2019

bump

@CharlieSkelton-Kx
Copy link
Contributor

yes, although it is limited to submitting the command as text, for example:
.odbc.eval[handle;"INSERT INTO mytable(textvalue, start_date, end_date) VALUES('sometextvalue','2018-01-09','2018-09-15');"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants