Monthly Archives: February 2011

USEFUL NETEZZA DATE FUNCTIONS:

SELECT date(current_Date) from dual; –10/28/10 (if current date is Oct 28, 2010) SELECT (current_timestamp) from dual; /* SELECT DATE_PART(‘MONTH’,current_date)from dual; SELECT current_time, DATE_PART(‘SECOND’,current_time)from dual; SELECT current_timestamp, DATE_PART(‘SECOND’,current_timestamp) from dual;*/ select add_months(current_date,-1) from dual; — DATE_TRUNC FUNCTION: SELECT add_months (date_trunc(‘month’, current_timestamp),-1) from dual; select add_months (date_trunc(‘month’, current_date),-1) from dual; –ADD_MONTHS FUNCTION: select add_months(current_date,-1) – date_part(‘day’, current_date)… Read More »

ETL Tester Needed. Urgent

Job Title: ETL Tester Location: NJ Duration: 6 -12Months Rate: Negotiable Start Date: Immediate Job Description: · EBS(Oracle E-Business Suite) exposure is a must; experience of at least one project in EBS migration · Good knowledge in Oracle EBS tables & fields · Good SQL knowledge, proficient in writing SQL queries · At least 4+… Read More »