Sybase, a subsidiary of SAP, produces a variety of data management products.
I am using Sybase and I am doing a select which returns me a column called "iftype", but its type …
sql select type-conversion sybaseI have the below error when I execute the following script. What is the error about, and how it can …
sql sql-server sybaseI have some tables that I build as a part of my report rollup. I don't need them afterwards at …
sql sql-server sybaseI need to specify a date value in a sybase where clause. For example: select * from data where dateVal < […
sybase type-conversionI would like to return all the tables and its count next to it. what is the quickest way to …
sybaseI do not understand why, but somehow this query doesn't work. I want to take system date -1 day where …
sql sybase sqlanywhereI have this query: SELECT Field1, OrderFor, Writeback, Actshipdate, Orderstatus, receivedate, receivetime FROM orderinfo, shippinginfo WHERE orderinfo.orderid = shippinginfo.orderid …
sql sybase sybase-asaI have SQL Server 2008 with a linked Sybase server and I am trying to execute a stored procedure on the …
sql sql-server tsql sybase openquery