Kangkam
Minggu, Juli 11, 2010
ExtJS : combobox problem
http://turgaykivrak.wordpress.com/2008/05/19/extjs-20-tip-how-to-make-combobox-send-value-field/
doh !
Kamis, Juli 01, 2010
MySQL : Merge two tables
using phpMyAdmin :
select database
create new table (note that the new table should have the same structure as the table that we want to merge)
go to the SQL menu and type in the sql box :
INSERT IGNORE
INTO table_1
SELECT *
FROM table_2
;
doh !
source :
http://stackoverflow.com/questions/725556/how-can-i-merge-two-mysql-tables
Postingan Lebih Baru
Postingan Lama
Beranda
Langganan:
Postingan (Atom)