Sybase, a subsidiary of SAP, produces a variety of data management products.
I'm trying to connect to a Sybase database with PHP5. I believe I've successfully compiled PHP with PDO_DBLIB, as …
php sybase dboI'm trying to do a simple SELECT query in a table named ECM (in uppercase) on a Sybase db with …
java hibernate jpa annotations sybaseI would request for help in understanding which all RDBMS from Oracle, DB2, Sybase support a common table expression (CTE) …
oracle postgresql db2 sybase common-table-expressionI tried following in Sybase SELECT ChrgAmt, REPLACE(convert(varchar(255),ChrgAmt), '.', '') AS Result FROM PaymentSummary But it …
sql sybase isqlI am unable to use sybase replace function to replace data. Basically what i need is to update all the …
sybase sap-aseAm trying to Fetch Only one record from the Sybase Table without using the RowCount Function, even though "WHERE Condition" …
sql sybase sap-ase sybase-asaI want to get date in such format yyyy-mm-dd, for example 2014-04-11. But it seems there is no way …
datetime sybase sap-aseI have a simple query over a table, which returns results like the following: id id_type id_ref 2702 5 31 2702 16 14 2702 17 3 2702 40 1 2703 23 4 2703 23 5 2703 34 6 2704 1 14 And …
sql sybase pivot flatten