MySQL column aliases
In the process of refactoring some MySQL queries in some PHP code, I came across some interesting syntax for field aliases in the existing code and poked around a bit…
productivity through technology
In the process of refactoring some MySQL queries in some PHP code, I came across some interesting syntax for field aliases in the existing code and poked around a bit…
HTML offers 3 types of lists as such: the ordered (numbered) list, the unordered (bullet) list and the (lesser known) Description List. In the Codepen below I have created 3…