kysely icon indicating copy to clipboard operation
kysely copied to clipboard

mssql recursive CTE support

Open popobobo512 opened this issue 1 year ago • 1 comments

Im using MSSQL and i am having a incorrect syntax error on my recursive CTE

Kysely playground

Error: stack: 'Error: Incorrect syntax near \'recursive_menu_tree\'.\n' + ' at RequestTokenHandler.onErrorMessage (webpack-internal:///(rsc)/./node_modules/tedious/lib/token/handler.js:287:21)\n' + ' at Readable.eval (webpack-internal:///(rsc)/./node_modules/tedious/lib/token/token-stream-parser.js:18:33)\n

popobobo512 avatar Apr 23 '24 08:04 popobobo512