This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有这个问题:
$qry_display = 'SELECT subjass,objass,bp,pr,temp,rr
FROM tbl_adata
WHERE sick_id = "1"';
$sql = 'INSERT INTO tbl_view (subjass_view) SELECT subjass from tbl_adata';