Horje
sql column as header Code Example
sql column as header
You simply need to us the "as" statement to rename an existing column or result.
> select name, max(age) as old from People
> Result:
> name		|	old
> Steven	|	72




Sql

Related
mysql function to remove multiple spaces from the string Code Example mysql function to remove multiple spaces from the string Code Example
postgresql casting integer to string Code Example postgresql casting integer to string Code Example
what is 1=2 in sql Code Example what is 1=2 in sql Code Example
postgres list all triggers Code Example postgres list all triggers Code Example
orderBy sqlalchemy Code Example orderBy sqlalchemy Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8