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
System.out.println("/f: Optional, the full path to SQL file.");
34
34
System.out.println("/d: Optional, the full path to the directory includes the SQL files.");
35
35
System.out.println("/j: Optional, return the result including the join relation.");
36
36
System.out.println("/s: Optional, simple output, ignore the intermediate results.");
37
37
System.out.println("/topselectlist: Optional, simple output with top select results.");
38
+
System.out.println("/withTemporaryTable: Optional, simple output with the temporary tables.");
38
39
System.out.println(
39
40
"/i: Optional, the same as /s option, but will keep the resultset generated by the SQL function, this parameter will have the same effect as /s /topselectlist + keep resultset generated by the sql function.");
0 commit comments