About 113,000 results
Open links in new tab
  1. how to solve netezza SQL Error [1100] [HY000]: ERROR: System is …

    Nov 27, 2020 · My problem is not about connecting netezza. I already connnected to netezza system .I can see schemas and tables. I just cant run query or list data in tables That is Very …

  2. sql - Calculating the number of days between dates including …

    May 7, 2020 · Calculating the number of days between dates including magnitude in Netezza Asked 5 years, 7 months ago Modified 1 year, 8 months ago Viewed 6k times

  3. sql - how to declare a variable in Netezza? - Stack Overflow

    Jan 5, 2015 · I have a Netezza query where I reference a couple of dates in a series of case statements. Instead of replacing all of these dates every time I'd like to declaire a variable at …

  4. Netezza : Update error : cross database connection not supported …

    Oct 20, 2020 · You need to ‘switch’ to the database where the ‘table1’ is located. Many people connect to the SYSTEM database, but it’s a bad idea to put your tables/views there. In this …

  5. How to Bulk Import data from file into Netezza DB?

    Mar 16, 2023 · I want to bulk import data from a file present on my local into the Netezza Database using NZSQL language. I tried with below query but, I am not able to do it.

  6. nzsql - Netezza import from external file error: Unsupported …

    Apr 7, 2021 · I'm working to create a new table from an external file in Netezza, but am getting the following error: Unsupported external table reference, unable to derive shape

  7. netezza - SQL: Creating Tables using CTEs - Stack Overflow

    Sep 29, 2023 · I did find a reference indicating Netezza is based on Postgresql, in which case the code above works at least as far back as Postgresql 9.3. But I'm struggling to see how this is a …

  8. function - Netezza What is the best way to get the first day of the ...

    Aug 4, 2017 · Netezza What is the best way to get the first day of the month for a date? Asked 8 years, 4 months ago Modified 6 years, 4 months ago Viewed 11k times

  9. Loading data of one table into another residing on different …

    If there is no transformation need to be done, then better way to transfer is cross database data transfer. As described in Netezza documentation that Netezza support cross database support …

  10. Netezza Window Partitioning Syntax - Stack Overflow

    Sep 2, 2016 · The Netezza documentation for Window Partitioning states you can use window partition syntax to name one or more columns. I would appreciate it if someone would please …