- Timestamp:
- 08/12/18 21:16:02 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/calcsource.cc
r19139 r19156 231 231 { 232 232 const string query = 233 "SELECT "+tab_source+".fRightAscension, "+tab_source+".fDeclination, "+tab_source+".fSourceName"233 "SELECT `"+tab_source+"`.fRightAscension, `"+tab_source+"`.fDeclination, `"+tab_source+"`.fSourceName" 234 234 " FROM `"+tab_runinfo+"`"+ 235 235 " LEFT JOIN `"+tab_source+"`"+
Note:
See TracChangeset
for help on using the changeset viewer.