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