Top "Netezza" questions

Netezza is a line of high-performance data warehouse appliances and advanced in-database analytics applications for uses including enterprise data warehousing, business intelligence, and predictive analytics.

How do I convert date in Netezza to yyyymmdd from timestamp format?

How do I convert date in Netezza to yyyymmdd from timestamp format?

netezza
How to delete duplicate rows without unique identifier

I have duplicate rows in my table and I want to delete duplicates in the most efficient way since the …

sql database postgresql duplicates netezza
create synonym for table in a database hosted in a different server

In oracle, if the other database is within the same server, I did the following to create a synonym CREATE …

oracle synonym netezza
Netezza SQL syntax to convert numeric YYYYMMDD format into date

We have a Netezza table that contains dates stored in a numeric YYYYMMDD format (eg 20090731). What is the best Netezza …

sql netezza
How do I list all the column names in Netezza?

Is there a query I can write to search all the column names for a particular database in Netezza?

sql netezza
Inserting multiple rows into a table using a single INSERT statement

I have no idea why I cannot insert values into my table using this syntax. I can insert one row …

sql netezza squirrel-sql
How do I limit the number of rows returned in a Netezza query?

I want to run a basic query, but return only the first ten rows of the table from Netezza select …

sql netezza
Netezza UPDATE from one table to another

This is my query that does not work in Netezza: UPDATE TABLE1 A SET A.COL1= (SELECT DISTINCT B.COL1 …

sql netezza ansi-sql
Adding leading zero if length is not equal to 10 digit using sql

I am trying to join 2 tables but my problem is that one of the table has 10 digit number and the …

postgresql netezza
How to convert Date-time into Date using Netezza

I am doing some calculation but my calculation is off because my date field is showing the time-stamp and i …

sql datetime netezza