Results 1 to 4 of 4
Thread: How to speed sql Statements?
- 11-20-2008, 09:33 AM #1
Member
- Join Date
- Nov 2008
- Posts
- 7
- Rep Power
- 0
- 11-20-2008, 09:39 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 8
It might help to know what it is your actually doing. Selecting a single row at a time is not the norm, so your question, as is, doesn't make sense.
- 11-20-2008, 09:45 AM #3
Member
- Join Date
- Nov 2008
- Posts
- 7
- Rep Power
- 0
oh sorry i am select an entry from one single column
"SELECT (test) from TEST_NUMS where test=? AND test<=?"
- 11-20-2008, 09:53 AM #4
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 8
You do know that the second part of the where clause is not necessary, and makes no sense in relation to the first part, right?
In any case, I meant you need to explain exactly what it is you are doing. What are you doing with the "selected" row and how does it relate to the insert, and what is the insert query?
Similar Threads
-
Pong Paddle Not Stopping Ball At Certain Speed
By JDCAce in forum Java AppletsReplies: 3Last Post: 04-01-2009, 11:07 PM -
How to calculate/get the downloading speed of the internet??
By rajeshgubba in forum NetworkingReplies: 4Last Post: 10-22-2008, 11:11 PM -
same animation speed regardless of how power full the PC is.
By Mba7eth in forum New To JavaReplies: 3Last Post: 09-16-2008, 11:55 AM -
Help with if else statements
By zoe in forum New To JavaReplies: 1Last Post: 07-24-2007, 07:56 PM -
compare speed
By bbq in forum JDBCReplies: 1Last Post: 06-28-2007, 05:34 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks