I want to copy data(selected Fields,not all fields) from TABLE1 to TABLE2.............
I had a SQL insert statement e.g.
Insert into TABLE2 (Field1,Field2.......) (Select Field1,Field2....... FROM TABLE1 where Field1 ='1234')
The statement seems doing well when the Selected Fileds is small...
Currently, I have a list box with
<select name="test">
<option value="100">100</option>
<option value="122">122</option>
</select>
now i would like to compare the value that store in
a database called TEMP with the value above.
if the value that query from the...
Currently, I have a list box with
<select name="test">
<option value=""></option>
<option value="122">122</option>
</select>
now i would like to compare the value that store in
a database called TEMP with the value above.
if the value that query from the database...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.