You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using DolphinScheduler for SQL task scheduling, if you encounter an error while dynamically switching the database by using project variables in the INSERT statement
#16060
When using DolphinScheduler for SQL task scheduling, if you encounter an error while dynamically switching the database by using project variables in the INSERT statement
erroeInfo:execute sql error: [13000, 2024052311050619216812905203453168578] syntax error :syntax error, expect VALUE | VALUES
insertSql:INSERT INTO ${manage_test}.instruction_task (type) VALUES (32);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using DolphinScheduler for SQL task scheduling, if you encounter an error while dynamically switching the database by using project variables in the INSERT statement
erroeInfo:execute sql error: [13000, 2024052311050619216812905203453168578] syntax error :syntax error, expect VALUE | VALUES
insertSql:INSERT INTO
${manage_test}
.instruction_task
(type
) VALUES (32);Beta Was this translation helpful? Give feedback.
All reactions