DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Variables — Example 11

Quick explanation + ready code for: Variables.

SQL Variables Back to examples
Back to language
Syntax: Variables in SQL. ID: #11

Code

-- SQL differs by engine
SELECT 22 AS n, 'DrSchool' AS name;

Notes

You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests.