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

Batch updates on z table #158

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

smallgod
Copy link
Collaborator

@smallgod smallgod commented Sep 6, 2024

No description provided.

@smallgod smallgod marked this pull request as draft September 24, 2024 14:28
SET z.obs_value_text = mtv.concept_name,
z.obs_value_coded_uuid = mtv.concept_uuid
WHERE z.obs_value_coded IS NOT NULL
LIMIT ', batch_size, ' OFFSET ', mamba_offset);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smallgod I am running into this error [2024-10-22 09:07:24] [42000][1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OFFSET 0' at line 7

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

Successfully merging this pull request may close these issues.

2 participants