SQL 24 Microsoft SQL, MySQL, or any other database languages, this is SQL as language, it is not the same as Database as Category

Card image cap
Refresh Table from View

Convert SQL View into table for speed reading. Using views a lot, I needed a ...

Card image cap
DB connection driver

What is the Driver part in ConnectionString

Card image cap
SQL Related posts

Steps to create related posts query in SQL. Index, catalog, matching posts for ...

Card image cap
Hide SQL table

A simple easy way to hide tables in SQL Server

Card image cap
TrimEnters

SQL Function to remove repeated Enters from a string in SQL Chr(13) + Chr(10)

Card image cap
Reset ID Column

How to reset ID Column in Microsoft SQL, (not completed yet). This is because ...

Card image cap
Decode and NVL

Two oracle SQL functions, that are interesting. Decode to work as (Select ...

Card image cap
Most recent in Oracle DB

List the most recently added rows based on a date column.

Card image cap
all_tab_columns

List all columns in all tables for all schemas in oracle db workbench

Card image cap
Random GUID

Generate a random GUID using oracle db workbench Also add timestamp to ensure ...

Card image cap
List of Databases

Script to list databases available in a server using ADODB connection From

Card image cap
Char(39) in SQL table

One of many ways to go around the issue of char 39 in SQL database