TO DO:
- Create tool on my desktop that connects to the Hennepin County library and tells me when to return or renew my library books without me having to go to the library's web site myself.
- Create MS Excel script that inserts rows in lists when a value is missing in an enumerated list, such as year. ie, if I have a list of years and 1922 is missing, I want it to go in and insert a row for 1922
- When Running an SQL query such as
SELECT YEAR, SUM(SALES) FROM SALES GROUP BY YEAR
I want to tell it to give me years that have no sales and give a zero as the sales total even though it doesn't find that year in the table
6:06:04 PM
|
|