This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Process: Chocolat [21406] | |
| Path: /Applications/Chocolat.app/Contents/MacOS/Chocolat | |
| Identifier: com.chocolatapp.Chocolat | |
| Version: 1.3.2 (1.3.2) | |
| Code Type: X86-64 (Native) | |
| Parent Process: launchd [154] | |
| User ID: 501 | |
| Date/Time: 2012-10-09 11:42:33.565 +0200 | |
| OS Version: Mac OS X 10.8.2 (12C60) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! | |
| * Replace selection with current date | |
| * Copyright(c) 2012 Torsten Grust <[email protected]> | |
| */ | |
| var spawn = require('child_process').spawn; | |
| /** | |
| * Hook up menu items. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select max(A) | |
| from R | |
| where R.B in (1,2,3,4,5,6,7,8,9,10) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT COUNT(*) | |
| FROM R | |
| WHERE NOT EXISTS (SELECT 1 | |
| FROM S | |
| WHERE S.A = R.A) | |
NewerOlder