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.
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.
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.
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.
https://sudonull.com/sql-courses-2026-choosing-training-for-it-specialists-and-analysts
Review of the Best SQL Courses in 2026 Taking into Account AI Integration. Selection Criteria, Skills for Developers and Analysts, Job Market Prospects.
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.
@ (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
Learn how does kubernetes manage container scaling and load balancing with HPA, cluster autoscaler, and service mesh. Master production-grade autoscaling and traffic distribution.
Chinese startup DeepWay announced a robotaxi with a range of 1000 km on solid-state batteries. Learn how this changes the electric vehicle market and why it matters.
MongoDB vs PostgreSQL when to use each: compare ACID compliance, scalability, schema flexibility, and query power. Choose the right database for your project.
Learn how to write a SQL query with practical examples. Master SELECT, WHERE, JOIN, GROUP BY, and best practices for readable, efficient SQL. Start now.
Read our data-driven GPT-4 vs Claude comparison covering accuracy, coding, hallucinations, and cost. Discover which AI model fits your needs in 2026.
Kubernetes architecture explained with examples: understand control plane, worker nodes, Pods, and deployment flow. Learn how clusters work with practical use cases.
Learn what is microservices architecture, its benefits, challenges, and key patterns like Saga and API Gateway. Understand when to use this modern approach.
Learn what is infrastructure as code and why use it. Discover key benefits, essential tools, and best practices to automate and secure your cloud infrastructure.
PostgreSQL vs MySQL which one to choose? Compare features, performance, scalability, and use cases. Make an informed decision for your project with this data-driven guide.
JavaScript vs Python which is better for you? Compare ease of learning, salaries, use cases, and career paths to choose the right first language in 2026. Start now.