我想在dbForge sql窗口上运行SQL语句,但得到错误:select 's';错误:
1 You have anerror in your SQL syntax; check the manual that corresponds to your MySQL server version for the rightsyntax to us
我在PL/SQL中有一个函数,其中有两个SQL语句,它们如下:
select access_level into v_access from users where user_ID = APEX_UTIL.get_username语句的输出,我希望在for循环中的第二个sql语句中添加另一个'and'条件。就像如果v_access是'xyz‘,那么我想在for循环sql