## On This Day... ```dataview LIST FROM "DevLog/log" WHERE dateformat(file.day, "MM-dd") = dateformat(this.file.day, "MM-dd") ``` --- ## Notes Created Today ```dataview TABLE created, updated as modified, tags, type, status FROM "DevLog" AND !"DevLog/log" WHERE contains(dateformat(file.ctime, "YYYY-MM-dd"), dateformat(this.file.day, "YYYY-MM-dd")) ``` --- [[DevLog/log/2021-07-07|2021-07-07]] <== <button class="date_button_today">Today</button> ==> [[DevLog/log/2021-07-11|2021-07-11]] - [[Python]] [python tips][1] - [[Python]] [[r]] [The Flawless Pipes of Python/ Pandas][2] - [[Python]] [Global Maintainer Summit 2021: Mariatta Wijaya-The Bots of CPython][3] - [[tsql]] to view all kinds of schema information on DBO's in a database use this quick query ```sql USE FMDShop SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE table_name LIKE '%StartingList%' ORDER BY table_name ``` [1]: https://betterprogramming.pub/4-ways-to-level-up-your-python-code-f148a50efeea [1]: https://towardsdatascience.com/the-flawless-pipes-of-python-pandas-30f3ee4dffc2 [1]: https://youtu.be/6sDLtmXPErY