The query is correct, but what I am trying to say is that within the data block itself, there is no place to put the first part of the query, i.e.
SELECT A.SWBMAJR_SBGI_CODE, A.SWBMAJR_MAJR_CODE, A.SWBMAJR_CONC_CODE,
A.SWBMAJR_DEGT_TRNS, A.SWBMAJR_DEGC_INST, A.SWBMAJR_YEAR_CODE
FROM SWBMAJR A
because you can only start typing from the WHERE onwards.
Main Topics
Browse All Topics





by: rrjegan17Posted on 2009-10-02 at 11:59:00ID: 25480946
This should do..
Select allOpen in new window