File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes how to write sql query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "how to write sql query" Watch "how to write sql query" New topic
Author

how to write sql query

smitha mano
Ranch Hand

Joined: Sep 26, 2005
Posts: 70
--------------------------------------------------------------------------------
Emp.table

id name Desig
1 aaaa SA
2 bbbb PL



Address.table

id street CITY
1 Pulluvazhy Perumbavoor
2 Kizhillam Pulluvazhi



i wanted to retriev data

Desig =PL the city=pulluvazhi
David Ulicny
Ranch Hand

Joined: Aug 04, 2004
Posts: 724
select e.id,e.name,e.desig from emp e where e.desig='PL'

for table address table it will be the same


SCJP<br />SCWCD <br />ICSD(286)<br />MCP 70-216
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to write sql query
 
Similar Threads
struts help needed for error No getter method
Cache Problem in Jsp...
retriev data
java.sql.SQLException
What is your first language ?