sybase
Sybase compare number of values from 2 queries in one query
Is it possible to compare the count of 2 separate queries in one step? I have table A which has x records. From table B, I want to check that all x records are within it.[详细]
2023-04-12 20:25 分类:问答Can i use cursor inside a cursor in sybase?
i want to use cursor inside 开发者_JAVA百科a cursor or can i write query like select t.name,t1.name[详细]
2023-04-12 18:58 分类:问答Sybase offset for pagination
Is there any simple way to implement pagination in sybase? In postgres there are limit and offset in mysql there is limit X,Y. What about sybase? There is top clausure to limit results but to achieve[详细]
2023-04-12 16:38 分类:问答How to look for changes in a table that keeps historical data?
Example: FIE开发者_Go百科LD_1 | DATE X | 2010-01-01 X | 2010-02-01 X | 2010-03-01 Y | 2010-04-01 Y | 2010-05-01[详细]
2023-04-12 12:05 分类:问答How to use the result of a query in another select statement?
I have a table A, and it contains 10 rows and 3 columns. One of the columns is name and these are table names.[详细]
2023-04-12 07:25 分类:问答How to collect value returned by select statement in sybase if select returns multiple row of value?
I have a query say \"select name from books_det\" ,and this query returns say 10 rows(name) , now i want to access the value of each and every row(i.e name) . How will i accomplish this in sybase?[详细]
2023-04-12 02:48 分类:问答Create unique char value in Sybase
I need to create a Syb15 stored proc that takes a char(6) @parent and returns a unique char(6) based on @parent. I want to truncate @parent to a max of 3 chars, and then append letters [A-Z] to that v[详细]
2023-04-11 05:58 分类:问答Creating WebApplication with Database Access in Java
I have to create a simple WebApplication with Java which shows a Login Dialog 开发者_如何学JAVAand after it shows some textfields, gets some Data out of a Database (Sybase) do something with it and in[详细]
2023-04-08 00:30 分类:问答SUP101: blackberry
I\'ve been following the SUP101 tutorial for both IPhone and Blackberry. http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01208.0152/doc/html/vhu1236620712162.html[详细]
2023-04-07 16:15 分类:问答How to connect to a Sybase Database using Android?
I want to use data, and put data, in a sybase database using android. How can I access i开发者_C百科t?http://iablog.sybase.com/mobiledatabase/2011/05/database-programming-on-android-with-ultralite/[详细]
2023-04-07 16:04 分类:问答