REM **********
REM Modify the values below to match your configuration
REM **********
set v_mysqlHost=192.168.*.130
set v_mysqlPort=3306
set v_mysqlUser=admin
set v_mysqlPassword=111111
set v_mysqlDatabase= testBase
REM if the mysql sever deployed on linux system
set v_storePathLinux=/tmp
set v_storePathWindows=D:\excel files\
set v_mysqlCommand=mysql --host=%v_mysqlHost% --port=%v_mysqlPort% --user=%v_mysqlUser% --password=%v_mysqlPassword% --database=%v_mysqlDatabase%
REM **********
REM The action starts here
REM **********
REM **********
REM Export the List
REM **********
set v_fileName=SOL.txt
set v_Query= select distinct(p.id),p.`reference` Ref,c.`name` Customer,p.`description` collection,p.`status` Status,(if(p.`createDate` is null,0,p.`createDate`)+25569*24*60*60*1000+8*60*60*1000)/(24*60*60*1000) createdDate,(if(p.`approvedDate` is null,0,p.`approvedDate`)+25569*24*60*60*1000+8*60*60*1000)/(24*60*60*1000) approvedDate,(if(p.`creatUserName` is null,'CS',p.`creatUserName`)) UserName,tp.`NoPatternComponents`,tp.`NoCaseComponents`,tp.`NoCoverComponents`,tp.`NoMaterialComponents`,p.`noPatts` NoPatterns,tp.`NoPatternComponents` + tp.`NoCaseComponents` + tp.`NoCoverComponents`+ tp.`NoMaterialComponents` TotalNoComponents INTO OUTFILE '%v_storePathLinux%/%v_fileName%' FIELDS TERMINATED BY '\t' OPTIONALLY ENCLOSED BY '\"' FROM `t_project` p,`t_customer` c,`t_temp_project` tp where p.`customerid` = c.`id` and p.`id` = tp.`projectId` and p.`enabled` = 1;
call %v_mysqlCommand% <bat.sql
call %v_mysqlCommand% -e "%v_Query%"
the bat.sql shoule be in the same root of this batch file,and the content of bat.sql is:
call new_proc();
Then we can first call a procedure then export the sql result to the txt file ,by the way,donot forget to give the FILE privliage to the user of admin through root
分享到:
相关推荐
Finally this book demonstrates how you can use areas of the Spring portfolio beyond just Spring Batch 4 to collaboratively develop mission-critical batch processes. You’ll see how a new class of use...
在IT行业中,我们经常遇到各种错误,"failed to execute script"是其中之一,尤其在尝试运行Python脚本时。这个问题通常发生在使用Python的`py`或`exe`可执行文件时,尤其是在试图通过命令行传递参数时。让我们深入...
Quick Batch File Compiler是一款通过一次点击就可以将批处理文件转换成真正的可执行文件的程序,它可以毫无限制地运行于Windows 95/98/ME/2000/2003/XP/2003/Vista/7/8/10下。其用途是保护bat文件的源码不被破坏、...
Quick Batch File Compiler(Quick BFC)官方版+密钥!!! 您完全不必担心是否捆绑了木马病毒之类,因为软件是从官方下载滴。。。 重点来了!附送产品密钥一枚!!!貌似这个才是真正的重点-_-不过网上搜不到哦~
Quick Batch File Compiler 是一款奇妙的工具,它可以把批处理文件 (.bat、.cmd 格式) 换为真正的可执行程序 (.exe格式)。对于转换出来的程序,你可以自定义程序的图标以及版本信息等;批处理文件的内容还可以加密...
Quick Batch File Compiler 3.1.5.0是一款专门用于将批处理脚本(BAT文件)转换为可执行文件(EXE文件)的工具。这个软件版本提供了将批处理命令转化为独立可执行程序的能力,使得用户可以更方便地在没有CMD环境的...
Quick Batch File Compiler 3.2.9.0是一款强大的批处理脚本编译工具,它主要功能是将`.bat`批处理文件转换为可执行的`.exe`文件。这一过程对于那些希望分发无需用户拥有批处理理解能力的程序或者想要隐藏命令行界面...
Quick Batch File Compiler 是一个快速的bat转exe工具;该软件操作起来非常简单,仅需几步,就能够实现bat、cmd格式转exe可执行文件;而且您能够对商标、版本信息等进行自定义设置,还能将版本信息转换到exe可执行...
Quick Batch File Compiler 是一款奇妙的工具,它可以把批处理文件 (.bat、.cmd 格式) 换为真正的可执行程序 (.exe格式),它可以毫无限制地运行于 Win95/98/ME/2000/2003/XP 下。对于转换出来的程序,你可以自定义...
压缩包内容: 简短介绍: Batch.pdf batch介绍.txt Batch Guide.pdf windiws批处理学习.pdf 书的影印版: _DOS批处理文件设计技巧.pdf _ms-dos批处理程序应用与技巧.pdf
An intent lock indicates that SQL Server wants to acquire a shared (S) lock or exclusive (X) lock on some of the resources lower down in the hierarchy. For example, a shared intent lock placed at the ...
Quick batch file compiler 3.2.1.0 quickbfc bat 转exe 破解版,简体中文 可以把bat,cmd文件转化为exe文件。隐藏批处理文件的内容。
Quick Batch File (De)Compiler V2.070 汉化版
8. **其他转换工具**:除了Quick_Batch_File_Compiler,还有其他工具如BAT to EXE Converter, Advanced BAT to EXE Converter等,可以实现类似功能。选择合适的工具取决于个人需求和偏好。 9. **源代码保护**:某些...
In a more advanced phase, you will create background tasks that are able to execute CPU-intensive tasks in native code–making use of the Android NDK. You will be then guided through the process of ...
将任何BAT、CMD批处理脚本编译为EXE文件!此完美解密套装版包含编译器(Compiler,v2.0.7.0)和反编译器(DeCompiler,v1.0.3.6,重新汉化)。 ... 这款QuickBFC/QuickBFD若仅仅能成功编译BAT为EXE,那实在是太没趣了,...
也可以在命令提示符中输入文件路径来运行,如`C:\path\to\file.bat`。 7. **高级技巧**:批处理文件编程还包括错误处理、管道和重定向,以及与其他程序交互等技巧。例如,`2>&1`用于将错误输出重定向到标准输出,`|...