Netezza SQL for beginners
Saturday, November 15, 2014
How to find Size of a Table in Netezza ?
›
The below query you can use to find the size of a table in Netezza. SELECT A.DATABASE AS DATABASENAME ,LOWER(A.OBJNAME) AS TABLE_NAME...
Wednesday, July 2, 2014
Compress in Netezza
›
There is no concept of specifying COMPRESS explicitly at column levels inside the table structure in Netezza. Netezza compression is buil...
2 comments:
Thursday, January 9, 2014
Error: Function 'REPLACE(UNKNOWN,UNKNOWN,UNKNOWN)' does not exist.
›
Replace function working fine in one database(for ex: SYSTEM) but it's throwing an error when the same Replace function used in other ...
Error: Cross database access not supported for this type of command
›
The above error we will get when we perform any DML operation without the changing the target database in the Title bar menu. The Target ...
How to fetch data using simple select query in Netezza
›
Hi All, As everyone knows that we can get the data using simple query like below for many databases. select * from <databasename...
INITCAP function usage in Netezza
›
In Netezza, with in a string every first letter after space will be turned into an upper case and remaining letters will be into lowercase....
5 comments:
REPLACE Function in Netezza
›
Replace function in Netezza is similar to Oracle replace function. You can replace any character/set of characters in a string with a req...
6 comments:
›
Home
View web version