<?php// 寫如sql語句
// 查詢所有商品的資訊及店鋪資訊
echo '';
include './mysql.php';
/*** 執行簡單的插入
* @access public
* @parameter goal 目標表
* @parameter rest **表
* @parameter goal **字段
* import_insert('33hao_goods_class(gc_id,gc_name,gc_parent_id,gc_sort,level)','br_gcategory','cate_id,cate_name,parent_id,sort_order,level');
* @return array
*/function import_insert($goal,$rest,$resc,$where='') select from ";
$result = $model ->query($sql);
}// 先插入商品goods_common 後續在插入goods
//goods_common沒有 spec_name spec_value brand_id brand_name type_id goods_image goods_body goods_attr goods_specname goods_marketprice goods_costprice goods_discount goods_serial goods_storage_alarm transport_id areaid_1
// areaid_2 goods_stcids plateid_top plateid_bottom,
$str1 ="33hao_goods_common(goods_name,gc_id,gc_id_1,gc_id_2,gc_id_3,gc_name,store_id,store_name,goods_state,goods_verify,goods_addtime,goods_price,goods_marketprice,goods_body)";
$str11 ="33hao_goods(goods_commonid,goods_name,gc_id,gc_id_1,gc_id_2,gc_id_3,store_id,store_name,goods_state,goods_verify,goods_addtime,goods_price,goods_marketprice,goods_storage)";
$str2 ="goods_name,cate_id,cate_id_1,cate_id_2,cate_id_3,cate_name,store_id,121,1,10,".time().",price,description";
$str22 ="goods_name,cate_id,cate_id_1,cate_id_2,cate_id_3,store_id,121,1,10,".time().",price,100";
$where ="where if_trade =1 and if_show=1 and g.store_id >0 and goods_id>240000";// <=30000 >50000<200000 >=200000
// echo $str2;
// import_insert('33hao_brand(brand_id,brand_name,brand_recommend,brand_pic)','br_brand','brand_id,brand_name,recommended,brand_logo','where if_show=1');
// import_insert($str1,'br_goods',$str2,$where);
// 查詢出所有的goods資訊
set_time_limit(0);
$sql_goods = "select g.*,br_store.store_name from br_goods g join br_store on br_store.store_id=g.store_id ";
$model = new mysql("localhost","root","root","aumall");
$result = $model ->query($sql_goods,1);
if($result)
// 定義市場**
$goods_marketprice =$value['price']+100;
// 先插入goods_common表
$sql_gcom = "value('','','','','','','','',1,10,".time().",'','','')";
// 插入goods_common
$sql_do = "insert into ";
$result = $model ->query($sql_do);
if(is_int($result) && !empty($result)),'','','','','','','',1,10,".time().",'','',100)";
$sql_do_g = "insert into ";
$result1 = $model ->query($sql_do_g);
if($result1)else
}else
} }?>
1,進入sql命令列
按住shift鍵調出mysql的命令格式
鏈結上資料庫
mysql -uroot -proot
use shop
source e:\all.sql
執行
sqlsever間導資料
問題 從遠端sql sever上導目標出書庫到本地sql sever上 解決方案 先把整個資料庫裡面的物件的建立指令碼匯出來,生成.sql檔案,再把所需 的資料export出來,生成.txt檔案 格式可選 把兩類檔案傳到本地。先在本地伺服器上建立同名資料庫,然後在查詢分析器中執行.sql檔案,然後i...
mysql導資料小結
查詢結果匯出 指令碼中執行 方式一 mysql h u p p 3306 d db name e select from mblog info order by mid desc limit 10 data.txt 方式二 mysql h u p p 3306 d db name test.sql ...
Excel 巨集導資料
解決工作過程中,經常性的從excel中匯入資料庫 sql資料庫 建立巨集 一般巨集都是這種樣子的 sub aaa end sub 把下列 放入巨集中 dim i,k as integer dim conpon,groupbugcode as string dim strsql as variant ...