Search
 
SCRIPT & CODE EXAMPLE
 

SQL

importance of comment in mysql

3- types of comments: 

#: single line comment put at the end of line. 

--: single line comment put at the end of line. 

/* */: multiline  comment put at anywhere in code. 
 
Comment

PREVIOUS NEXT
Code Example
Sql :: sql random decimal 
Sql :: insert into table from another table mysql 
Sql :: alter table drop column 
Sql :: insert current timestamp in postgresql 
Sql :: how to get table structure in sql server 
Sql :: ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement 
Sql :: mysql error codeigniter 
Sql :: oracle add month 
Sql :: create temporary table in mysql 
Sql :: drop table sql 
Sql :: replace null with 0 in sql 
Sql :: find nth highest salary of an employee 
Sql :: sql replace null with 0 
Sql :: get first 3 letters name in sql 
Sql :: having vs where 
Sql :: Database "mem:testdb" not found, either pre-create it or allow remote database creation (not recommended in secure environments) [90149-200] 90149/90149 (Help) 
Sql :: create table mysql 
Sql :: alter table add column with default value 
Sql :: sql server reseed identity column 
Sql :: mysql safe mode 
Sql :: cmd to rename a collumn name in sql 
Sql :: oracle like case insensitive 
Sql :: sql update all rows 
Sql :: sql to char function with date 
Sql :: node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.13/node-v72-win32-x64.tar.gz 
Sql :: sql get month name 
Sql :: blob datatype in mysql 
Sql :: select all_source oracle 
Sql :: what is my mysql version 
Sql :: add computed column to table sql server 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =