Home / Website Design

Create New Data Table From Select Statement Results

SELECT masv,hodem,name,CASE gioitinh WHEN 1 THEN Nam ELSE Female END AS gioitinh FROM sinhvien or SELECT name, address, name, CASE WHEN gioitinh=1 THEN Male ELSE Female END AS gioitinh FROM sinhvien The results of the two statements above are in the following form: Constants and expressions in the ...

Java programming Web design profession - Dalat College of Technology - 10

} else { List li = (List) source; String selected = li.getSelectedItem(); lab.setText(selected); } } } Program execution results: Figure 4.17 ListDemo Exercise 5: Build a Dialog container class to display messages like the MessageBox function on Windows. import java.awt.*; import java.awt.event.*; ...

Home Reference Doccument