{{theTime}}

Search This Blog

Total Pageviews

java.lang.IllegalArgumentException: Unsupported class file major version 60

- Check the stack trace and version of Java.
- Update the correct Java Version to resolve the Exception.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...