dbForge SQLウィンドウでSQLステートメントを実行したいのですが、エラーが発生しました。
if (ifnull(null,'s') = 's') then
select 's';
end if;
エラー:
1 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 'if (ifnull(null,'s') = 's') then
select 's'' at line 2 SQL1.sql 2 1
テストするには、そのステートメントをストアドプロシージャ内に配置する必要があります。
SQL Server Management Studioのように、SQLウィンドウでステートメントを直接実行する方法。