MSSQL: WHERE LIKE equivalent for DateTime

I don’t often use SQL queries but sometimes I have to. And every time it’s the same – I use search engines to find documentation, especially about work with datetime fields. During these readings I found out at least 3 ways to select records with date I need. Read more»

SQL and databases

jQuery. How to get ID of clicked element

When I wanted to get the ID of clickable element using jQuery, I have found out that I don’t remmember such a simple thing. I had to look for it. And I’ve found it 🙂 I had buttons with class “phonebtnCall” and some IDs. I wanted to know which of buttons was clicked. Read more»

React

Popular Posts