Tuesday, March 14, 2017

duplicate row


select a.serialno,b.seq from issue_master a,issue_detail b where a.mdate = '12-SEP-18' and a.trcode||a.fyear||a.serialno=b.trcode||b.fyear||b.serialno group by a.serialno, b.seq having COUNT(seq)=2;  SERIALNO        SEQ---------- ----------     15134         26



No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...