Hi, I have got 4 columns with data in and I want select all the distinct data from each column and display it in a table. How do I go about doing this.
Heres an exmaple of what my Columns in my table are like:-
Column1 Column2
0 this is empty
this is empty 1
0...
Hi how do I embed a variable in a sql statement in a Java bean. I am trying reference a vaule from my jsp which is stored in the variable argshowcourse in my java bean. Is this the right way to do it?
String sqlQuery = "SELECT * from modules WHERE 'argShowCourse' = 'O';
Hi, I've got a table with univeristy Modules with the following fields.
Stack
Module Code
Module Title
Credits
Status
Example data '1', 'INFO3420', 'Professional IT', '15', 'Mandatory'.
I also have a table with Course Details
CourseCode and CourseTitle
Example data 'CS', 'Computer Science'...
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.