{{theTime}}

Search This Blog

Total Pageviews

Type Matching Code Completion in IntelliJ

Invoke (Ctrl + Shift + Space) twice when collection type is expected will search for arrays with the same component type.

No comments:

Generate Insert Sql from Select Statement

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