Changeset 8248
- Timestamp:
- Aug 8, 2006, 5:40:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r8205 r8248 98 98 PS_ASSERT_PTR_NON_NULL(config, NULL); 99 99 100 char *query = "SELECT rawDetrendExp.* FROM rawDetrendExp LEFT JOIN detInputExp ON rawDetrendExp.exp_id = detInputExp.exp_id WHERE detInputExp.exp_id IS NULL"; 100 char *query = "SELECT rawDetrendExp.* FROM rawDetrendExp" 101 " LEFT JOIN detInputExp ON rawDetrendExp.exp_id = detInputExp.exp_id" 102 " WHERE detInputExp.exp_id IS NULL"; 101 103 102 104 if (!p_psDBRunQuery(config->dbh, query)) {
Note:
See TracChangeset
for help on using the changeset viewer.
