SELECT hosxp_ddl_field.table_name,hosxp_ddl_field.field_name,hosxp_ddl_field.field_type_mysql,hosxp_ddl_field.field_type_postgresql,hosxp_ddl_field.field_type_mssql,hosxp_ddl_field.field_type_interbase,hosxp_ddl_field.field_width,hosxp_ddl_field.field_null,hosxp_ddl_field.field_number,hosxp_ddl_field.field_primary,hosxp_ddl_field.field_type_oracle,hosxp_ddl_field.field_type_native,hosxp_ddl_field.field_precision,hosxp_ddl_field.field_precision_text
FROM
hosxp_ddl_field
WHERE
hosxp_ddl_field.field_name = 'vn'
ORDER BY
hosxp_ddl_field.table_name ASC
มี table ไหนบ้างที่เกี่ยวข้อง
vn,hn,an หลัก ๆ ก่อน
ตามด้วย lab และอืน ๆ
เสร็จแล้ว ก็เอา
"SELECT * FROM $table_name WHERE vn = '$vn_'";
ไปวิ่งในแต่ละ table
ได้ข้อมูลมา ก็ เอาไป insert into
พิจารณาดูก่อนนะ่ ว่า reference key ทับซ้อนหรือขาดหายไปหรือเปล่า