Click here to Skip to main content
15,904,828 members

Comments by GJSS (Top 24 by date)

GJSS 20-Jul-18 15:41pm View    
Here i want to fetch the column value of A.SCAN_ID AS PRIOR_SCAN for all the projects returning from subquery 'a'.
Rowcount of subquery -15999
rowcount of whole query -16824

GJSS 20-Jul-18 15:38pm View    
Insert into EXPORT_TABLE (PROJECT,SOLUTION,FIRST_SCAN,LAST_SCAN,PRIOR_SCAN) values ('park.Cash.Trading.csproj','TWSTicketing.sln',2491149,2514275,2514274);
Insert into EXPORT_TABLE (PROJECT,SOLUTION,FIRST_SCAN,LAST_SCAN,PRIOR_SCAN) values ('RBCheck.Services.ArchiveAndPurgeService.csproj','RB.Citi.GlobalCheck.sln',1989546,5385142,5384987);
Insert into EXPORT_TABLE (PROJECT,SOLUTION,FIRST_SCAN,LAST_SCAN,PRIOR_SCAN) values ('Cmb.UI.Framework.Core.csproj','BE2UI.sln',51839,61995,61994);
GJSS 13-Jul-18 17:31pm View    
It's a typo while copying .but am able to run the query not getting the desired output
GJSS 13-Jul-18 10:55am View    
Actual result
SECT REG USRN PRO_CT CATG TLT SN_YR_MN SN_YR SN_MN UQ_ISS_CT FILES_SN_ISS_CT
GC ASPAC cl84433 1 Log Handling Use of System.out.println 2018-05 2018 05 6 2
GC ASPAC cl84433 1 Log Handling Use of System.out.println 2018-05 2018 05 17 2
GC ASPAC cl84433 1 Log Handling Unsanitized data written to logs 2018-05 2018 05 1 1
GC ASPAC cl84433 1 Pin Management Hardcoded Pin 2018-05 2018 05 2 2
GC ASPAC cl84433 1 Race Condition Use of SimpleDateFormat class 2018-05 2018 05 23 2
GC ASPAC cl84433 1 Race Condition Use of SimpleDateFormat class 2018-05 2018 05 72 6
GC ASPAC cl84433 1 Code Correctness Secure Randomization - java.lang.Math 2018-05 2018 05 4 1
GC ASPAC cl84433 1 Code Correctness Secure Randomization - java.util.Random 2018-05 2018 05 20 2
GC ASPAC cl84433 1 Information Leakage HTML Comments in JSP 2018-05 2018 05 3 2
GC ASPAC cl84433 1 Information Leakage Use of printStackTrace 2018-05 2018 05 2 2
GC ASPAC cl84433 1 Information Leakage Use of printStackTrace 2018-05 2018 05 21 4
GC ASPAC cl84433 1 Password Management Hardcoded password 2018-05 2018 05 1 1
GC ASPAC cl84433 1 Cross-Site Scripting Unsanitized data written to an output web page 2018-05 2018 05 9 1
GC ASPAC cl84433 1 Validation and sanitization of untrusted data Validate data contained in hidden field 2018-05 2018 05 1 1
GC ASPAC cl84433 1 Validation and sanitization of untrusted data Untrusted data being used without validation 2018-05 2018 05 16 1
GC ASPAC cl84433 1 Validation and sanitization of untrusted data Untrusted data being used without validation 2018-05 2018 05 48 2
GJSS 13-Jul-18 10:51am View    
Sorry ..am not able to format it.