zundaren
zundaren
### Is your feature request related to a problem? Please describe. Open a dialog box to select files and directories both ### Describe the solution you'd like upload multiple selection...
省掉自己手动转换
``` label: LOOP FETCH cur_1 INTO event_id,only_code,garage,space; IF done THEN LEAVE label; END IF; set @SqlStmtA1 = concat('delete from ', eventtablename, ' where id=', event_id); prepare stmtA1 FROM @SqlStmtA1; EXECUTE...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like OnFileDrop is a very useful method, but there is a problem,...