answersLogoWhite

0

What does the -- operator do in SQL?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

It is normally treated as a comment.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

In SQL what is the function of the union operator?

In SQL, the function of the union operator is to combine the result of two or more select-statements. The union operator is a very useful tool when coding SQL.


What is operator function?

An operator function implements a particular operator symbol. The database server provides special SQL-invoked functions, called operator functions, that implement operators. An operator function processes one to three arguments and returns a value. When an SQL statement contains an operator, the database server automatically invokes the associated operator function. The association between an operator and an operator function is called operator binding. You can overload an operator function to provide the operator for a UDT. The SQL user can then use the operator with the UDT as well as with the built-in data types. When an SQL statement contains an operator, the database server automatically invokes the associated operator function.


How set inclusion operator is implemented in sql?

hyghghghghgh


What does an sql union operator do?

"an sql union operator does many things. they help people find where they're going, they help people with their problems when they have some, then can do lots of things to help."


How do you concatenate char with int column in sql?

In MS SQL, you can use the char() operator on the column. For example: select 'some string content ' + char(integer_field) from my_table


What is the function of an operator in biology?

Input output management Data management Security management Death lock Memory management


Where can one learn more about the between operator in SQL?

w3schools is a website with free tutorials on a variety of internet-based languages, including HTML, CSS, Javascript, and SQL. It includes an article on the between operator. Briefly, the between operator is used to select objects in a database that are between given values, eg finding all products in a catalog with prices between X and Y.


What is a sql sub query?

It is possible to embed a SQL statement within another. When this is done on the WHERE or the HAVING statements, we have a subquery construct. The syntax is as follows: SELECT "column_name1"FROM "table_name1"WHERE "column_name2" [Comparison Operator](SELECT "column_name3"FROM "table_name2"WHERE [Condition])


When do you capitalize operator?

Operators are not typically capitalized in programming languages, unless they are part of a language construct or a predefined operator (e.g., "AND" in SQL). It's generally best practice to use operators in lowercase for consistency and readability.


Where might one go to learn more about SQL IN operators?

One can learn more about the SQL IN operators from the W3Schools website which offers great information and tutorials on many topics related to web design and development. TigZag is quite similar website but offers more advanced knowledge (usually). There is also Beginner SQL Tutorial website and MSDN (the Microsoft Developer Network) website with some advice on these.


Where could someone find an SQL formatter?

One can find an SQL formatter from: SQL Format, Free Formatter, Poor SQL, T-SQL Tidy, Stack Overflow, SQL Inform, Apex SQL, SQL Parser, Red Gate software, to name a few.


What is the difference between T-sql and sql?

T-SQL is Microsoft's version of the generic SQL langauge to be used with, for example, Microsoft SQL Server.