I am trying to get just the last 12 records from a table.
I have tried this but get no results.
Could someone please show me the correct method?
Keith
I have tried this but get no results.
Code:
SELECT TITLE, ARTIST, STYLE, MEDIUM, FORMAT, CATEGORY, WIDTH, HEIGHT, SPRICE, FILENAME, NUM FROM PICTURES WHERE CUSNUM='YES' AND ARTALLOW<>'NO' ORDER BY DESC LIMIT 12
Could someone please show me the correct method?
Keith