Top "Aliases" questions

Multiple Case Statement in SQL with aliases

SELECT DISTINCT AppID, CASE WHEN Category = '< 18 years old' THEN 'yes' ELSE '' END AS '<18years old', …

sql case aliases
Elasticsearch list indices sorted by name

How can the following query's results be sorted by index name? curl "localhost:9200/_aliases?pretty"

sorting elasticsearch aliases
Escaping characters in bash alias

This was the alias: # make a tmux session in working dir with the name of the dir alias th='tmux …

linux bash unix .bash-profile aliases
How to use Tomcat 7 new aliases properly?

Tomcat 7 provide new aliases that allow to store static content outside the WAR File. I found some instructions how to …

ubuntu static resources tomcat7 aliases