Search Articles — Sudonull

Search Results

In this project

Offline BI in asapBI: Docker and ClickHouse

https://sudonull.com/offline-bi-in-asapbi-docker-and-clickhouse

Set up a local BI stack in asapBI for work without internet. Docker Compose, graphical Views, Git versioning. Instructions for developers: step by step.

Calculation View in asapBI without SQL

https://sudonull.com/calculation-view-in-asapbi-without-sql

Learn how to visually build analytical models in asapBI for ADB, PostgreSQL and Trino. Export to UDF, clusters without load on DB. For DWH developers.

Data Types for Passport and Identifiers in SQL: Storage Errors

https://sudonull.com/data-types-for-passport-and-identifiers-in-sql-storage-errors

Learn why passport and other identifiers should be stored as strings, not numbers in SQL. Avoid loss of leading zeros and data errors. Read the guide for developers.

SQL Trainer: Practice Queries for Developers

https://sudonull.com/sql-trainer-practice-queries-for-developers

Master SQL on real tasks in an interactive trainer. Modules on online store and library with JOIN, aggregations. For middle/senior dev and analysts. Start practice without theory right now.

From the web

@ (at sign) - Oracle Help Center

https://docs.oracle.com/en/database/oracle/oracle-database/21/sqpug/at-sign.html

Represents the script you wish to run. If you omit ext, SQL *Plus assumes the default command-file extension (normally SQL ). For information on changing the default extension, see SET SUF [FIX] { SQL | text}. When you enter @ file_name.ext, SQL *Plus searches for a file with that filename and extension in the current default directory. If SQL *Plus does not find the file in the current directory ...

Nov 12, 2019 ·

https://stackoverflow.com/questions/58814460/what-is-the-sign-used-in-t-sql

Nov 12, 2019 · The at (@) symbol in SQL Server is a mandatory prefix in a variable name, Not to be confused with system-defined built in functions which are prefixed with a double at symbol (@@) such as @@rowcount, @@version, @@spid etc'.

May 10, 2025 ·

https://www.sisense.com/blog/sql-symbol-cheatsheet/

May 10, 2025 · If you are new to SQL programming, here is a handy reference guide for character operators, syntax, and more.

6 days ago ·

https://learn.microsoft.com/en-us/sql/t-sql/language-elements/operators-transact-sql?view=sql-server-ver17

6 days ago · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Analytics Platform System (PDW) SQL analytics endpoint in Microsoft Fabric Warehouse in Microsoft Fabric SQL database in Microsoft Fabric An operator is a symbol specifying an action that is performed on one or more expressions.

6 days ago ·

https://learn.microsoft.com/en-us/sql/t-sql/language-elements/compound-operators-transact-sql?view=sql-server-ver17

6 days ago · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance SQL database in Microsoft Fabric Compound operators execute some operation and set an original value to the result of the operation. For example, if a variable @x equals 35, then @x += 2 takes the original value of @x, adds 2, and sets @x to that new value (37). Transact- SQL provides the following compound operators:

Jun 11, 2026 ·

https://www.geeksforgeeks.org/sql/sql-operators/

Jun 11, 2026 · SQL operators are symbols or keywords used to perform operations on data in SQL queries. Perform operations like calculations, comparisons, and logical checks. Enable filtering, calculating, and updating data in databases. Essential for query optimization and accurate data management. SQL Operators 1. Arithmetic Operators

Trending Now