SELECT DISTINCT (First_Name ), distinct (last_name) FROM CHECKED_OUT WHERE Book_ID not null
why above query not working
can i put one distinct for both first name and last name
are these queries case sensitive like unix?
please advise on any good links and resources, videos around this to master