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

T655 Cyclically dependent routines #127

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

makssent
Copy link

@makssent makssent commented Sep 9, 2024

Fixes #126

request: CREATE PROCEDURE T655_PROC (offset_value INT, page_size INT) as DECLARE catalog_page CURSOR FOR (SELECT * FROM company ORDER BY namecompany OFFSET :offset_value ROWS FETCH NEXT :page_size ROWS ONLY); BEGIN EXECUTE PROCEDURE T655_PROC(0,3); END

err message: You have an error in your SQL syntax: no viable alternative at input 'DECLAREcatalog_pageCURSORFOR(SELECT*FROMcompanyORDERBYnamecompanyOFFSET:'

@TedCraft TedCraft merged commit f08c4d8 into red-soft-ru:shardingsphere-rdb Sep 9, 2024
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