View Single Post
  #1 (permalink)  
Old 06-13-10, 08:43
don_log don_log is offline
Registered User
 
Join Date: Jun 2008
Location: pakistan
Posts: 109
Transfering data

I have a problem

i have 2 tables one is std_info

which have many column like name,email,adress,date of birth, but the main column in his information is
PHP Code:
stnd_id,stnd_class,stnd_fees 
and i have another table
PHP Code:
std_fees_staging 
which have also many columns and main columns are
PHP Code:
stnd_id,stnd_class,stnd_fees 
i want to transfer these three column data of std_info in to std_fees_staging so how do i write the query of it please suggest me the sql query of this thanks for reply
Reply With Quote