Thread
:
Need help with sql select query
View Single Post
night.rider
Go4Expert Member
16Aug2009,20:16
Dont give 2 select commands in one statement. as once one Query is running the other is not called .. as u initiated the first query second will not work. so use second to get the result and then put in 1st..