I HAVE EMP TABLE, 4 COLS R THERE COL1,COL2,COL3,COL4
ID-- 101,102,103,104 SAL-- 1000,4000,2000,5000
DATE-- COLUMN. I WANT TO DISPLAY THE DATA PREVIOUS MONTH
HIGEST SAL ?
Answers were Sorted based on User's Feedback
Answer / indu
select max(sal) from emp where to_char(Date,'MM-YYYY')
=to_char(dateadd(month, -1, GETDATE()),'MM-YYYY');
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between lookup stage reject link and merge stage reject link in datastage Parallel jobs? interm of output in Merge Reject link and Look Up Reject link ?
sed,awk,head
Which commands are used to import and export the datastage jobs?
guys pls tell me where we use sequence jobs exactly in realtime proj explain pls with example.
How to clean the datastage repository?
how do u catch bad rows from OCI stage? And what CLI stands for?
what is hash file
How to read multiple files at different directories using a single Sequential File stage in DS Enterprise Edition
How to remove ctrl M or(^M) characters in file using Sequential File stage?
2 Answers Bank Of America, Satyam,
Difference in the implementation of lookup and join stages,in joining two tables?
I am getting input value like X = Iconv(ā31 DEC 1967ā,āDā)? What is the X value? How it is? At what situation we r used Iconv(),Oconv().
How you Implemented SCD Type 1 & Type 2 in your project?