回覆列表
-
1 # 使用者9796667935279
-
2 # 待花開半島南冥
m_Res=mysql_query(&m_My_Cont,"updatepswdsetmy_pswd=""+我的變數名+""");
另外,你這條update如果沒有where限制,會更新這張表中所有的my_pswd。
m_Res=mysql_query(&m_My_Cont,"updatepswdsetmy_pswd=""+我的變數名+""");
另外,你這條update如果沒有where限制,會更新這張表中所有的my_pswd。
第一步先準備測試表和測試資料用於後續測試:hive> create database test;OKTime taken: 2.606 seconds然後執行建表和匯入資料的sql檔案:[czt@
www.crazyant.net
testHivePara]$ hive -f student.sql Hive history file=/tmp/crazyant.net/hive_job_log_czt_201309131615_1720869864.txtOKTime taken: 2.131 secondsOKTime taken: 0.878 secondsCopying data from file:/home/users/czt/testdata_studentCopying file: file:/home/users/czt/testdata_studentLoading data to table test.studentOK