What syntax / tables can be used to determine the size (Gbs) of a Netezza table?I am accessing via UNIX SAS (either ODBC or libname engi开发者_开发百科ne).I assume there is a view which will give this
How do you extract just the mo开发者_运维技巧nth from a date in netezza SQL? The date shows as 05DEC2010.
At my new company, they keep all data associated with the data warehouse, including import, staging, audit, dimension and fact tables, together in the same physical database.
I want to run a basic query, but return only the first ten rows of the table from Netezza select a.* from some_schema.some_table a
Does anyone know if it is possible to use LINQ to query a NETEZZA back-end? Update: I\'ve tried both the ODBC and OLEDB Netezza drivers, but neither work. Both give a \"The selected object(s) use 开
I am running a simple FillSchema from a Netezza data source dss = new DataSet(); ad = new OleDbDataAdapter(cmd);
I\'m looking at building some data w开发者_开发问答arehousing/querying infrastructure, right now on top of Map/Reduce solutions like Hadoop.