Tag: SQL
Shortcut for inserting constants into SQL tables
There are many times you might find yourself with a need to insert constant data into a SQL table using a hand written SQL statement. Here’s a shortcut to save you some time and typing to generate the necessary SQL.
Continue Reading...