Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sap Ase

Select Top 1 * From Table Fails In Sybase Procedure

Am trying to Fetch Only one record from the Sybase Table without using the RowCount Function, even … Read more Select Top 1 * From Table Fails In Sybase Procedure

Sql Query To Get Primary Keys For All Tables In Sybase Ase 15.x Along With Column Names

I'm using Sybase ASE 15.5 and a stranger to this database. Straight to the point--> I'm … Read more Sql Query To Get Primary Keys For All Tables In Sybase Ase 15.x Along With Column Names

Using Merge To Combine Matching Records

I'm trying to combine matching records from a table into a single record of another table. I kn… Read more Using Merge To Combine Matching Records

Are There More Elegant Ways Of Querying Data Based On Values Stored In Attribute-value Table?

I have an attribute-value table av that looks like this: | attribute | value | ~~~~~~~~~~~~~~~~~~~~… Read more Are There More Elegant Ways Of Querying Data Based On Values Stored In Attribute-value Table?

How To Get Proper Column Types In Sybase

I have to know the data type of some columns in my table in Sybase ASE. Here is my query select nam… Read more How To Get Proper Column Types In Sybase

How To Get Part Of The Column Value In Sybase Where This Column Situated In A Query Which Is Inside Other Query?

I have a column named Cons in a table named Conses as Order::Resource(PPP32#BB300320LQ00J#AAAR05504… Read more How To Get Part Of The Column Value In Sybase Where This Column Situated In A Query Which Is Inside Other Query?