sap-iq Questions
3
Solved
In sql server 2012 i'm using
USE myDatabase;
GO
SELECT *
FROM sys.objects
WHERE type = 'U';
Is it possible to do the same in syBase ?
2
I've this problem with a Sybase IQ database (version SELECT @@version shows Adaptive Server IQ/12.5.0/0306) using the PHP SQL Anywhere extension.
I can't select all rows, i.e. SELECT * from anytab...
Pichardo asked 7/8, 2015 at 8:42
4
Solved
Using Sybase IQ v12.7. Executing sp_helptext ProcedureName shows the text of the stored procedure which is fine. However it wraps lines at 80 characters. The question is, how to show text text of a...
Shana asked 14/10, 2010 at 8:23
10
Solved
I'm not much of a database guru so I would like some advice.
Background
We have 4 tables that are currently stored in Sybase IQ. We don't currently have any choice over this, we're basically stu...
Condolent asked 26/11, 2009 at 15:36
1
© 2022 - 2024 — McMap. All rights reserved.