Sybase, a subsidiary of SAP, produces a variety of data management products.
col1 col2 A bear A dog A cat B bear B dog B cat C dog C cat D bear …
sql group-by sybaseWe are now using NHibernate to connect to different database base on where our software is installed. So I am …
sql sql-server oracle sybase datediffHopefully the title has made it quite clear. I would like to see an example of a alter table statement …
sybase alter-tableWe have a query to remove some rows from the table based on an id field (primary key). It is …
sql database sybase query-optimization database-optimizationI'm trying to set up a Sybase query that will give me the following output: Table KeyType KeyNumber Column table1 …
foreign-keys primary-key key sybase sysobjectsI can't seem to find a relevant example out there. I'm trying to return a sub-set of a table, and …
sql sql-server tsql sybaseI seem to be having the same exact problem as the poster of this original SO question. The problem is, …
java jdbc database-connection sybase jndiWhat is the best way to make a call to a stored procedure using JDBC if you only want to …
java stored-procedures jdbc sybase callable-statement