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
Is there any way to execute statements that require changing of default delimiter? For example, how to execute script that creates function that uses ";" in it's code?
Simple usage of MySqlCommand with text like "delimiter $$" throws an exception.