hi,
I have used tomcat 4.1 , and tried to migrate to 5.5, but i have a problem.
At 4.1 -
For example my application dir is C:\myApp
and tomcat dir is D:\tomcat5_5
I created a xml file file for example test.xml
which contains
<Context path="/test" docBase="C:\\myApp"></Context>
then put it under...
i found a solution i hope this help other guys
(mssql)
select top 1 * from table where criteria order by newid()
i am not sure but mysql is using limit instead of top.
hi, (newbie)
hi i have generated a random number
lower = 1
upper = select count(*) from table where criteria
random = Round(((@Upper - @Lower -1) * Rand() + @Lower), 0)
let say random = 8
and upper = 18.
how can i get 8. result in
select * from table where criteria --statement.
Hi,
How can I run these two query in sinlge statement.
SELECT * from VERIMEGRISI where BANKA_KODU = '1' and VERIMEGRISI = 'JPY.LIB'
SELECT * from VERIMEGRISI where BANKA_KODU = '3' and VERIMEGRISI = 'USD.GOV'
I tried this:
SELECT * from VERIMEGRISI where (BANKA_KODU , VERIMEGRISI) IN...
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.