News

We know how to format SQL code in a .sql file, but what if we mix SQL into our Ruby code? The answer is to use a heredoc to write multi-line strings with ease: A heredoc produces a string just like ...
Arthur Fuller responds to a reader who sent him a question recently asking how to display currency amounts in currency format ... Consider the following SQL request: This request results in ...