Questions tagged as 'alias'

2
answers

How to use ALIASES in Oracle correctly?

I'm trying to select multiple columns from a single table, and to make it easier to see the data and make it easier to separate the columns, I've decided to use aliases. But the problem is that when I run the query, it returns me the followin...
asked by 06.11.2017 / 20:33
2
answers

Correct invalid command dynamically, without aliasing

I'm using GNU bash version 4.3.46 . One problem I have when typing commands is that I often forget a space between the command and its parameters. Examples: cd.. gitlog When the correct one should be cd .. and git log , res...
asked by 21.05.2018 / 14:44
1
answer

Functions that are aliases should they be used or not?

I remember that some time ago, when I was starting programming with PHP, I saw in some tutorials a recommendation, warning that it was to avoid using some functions that are nicknames for others. I do not know if I'm wrong, but in the PHP Man...
asked by 19.01.2017 / 12:49
1
answer

Create an ALIAS for the ./configure File?

I've cloned the Github repository, and to execute the precise command always type, ./name-directory/vv I imagine this "file" is a Linux CONFIGURE type, correct? I would like to know how I create an ALIAS in Ubuntu so that when I type only...
asked by 02.04.2015 / 18:36
2
answers

Problems in a SQL query [closed]

Hello, In the following query, an error is encountered in the execution: select fto.id_taxon, fto.cd_sexo as fto_cd_sexo, fto.cd_idade as fto_idade, x.ftv_cd_sexo, x.ftv_cd_idade, x.id_fv from tb_foto_oco...
asked by 23.12.2015 / 15:37
1
answer

How to save the custom name of an enum in the database?

I have an Enum TipoPessoa that has LEGAL person and PHYSICAL person. I created a custom (Legal) and (Physical) name. I am getting the custom name to appear on the screen, but in the database you are saving the variable of the LEGAL or PHYSICAL e...
asked by 07.06.2018 / 03:53
0
answers

Make two or more Select with Aliases in the query to generate a separate array

I have a single table of only one column with all the words in Portuguese. I want to make a Double or Triple Select and retrieve in every query all words with 'A' in the alias WordsComA, and all with 'B' in the Alias WordsComB. When I recover...
asked by 23.09.2017 / 01:31
1
answer

Directory / Alias with domain

Hello, I have a domain link I want to make sure that when you enter the link redirect to / new and not appear in the url that is in new, has something that I'd like to do in php, like phpengine , rule? The problem is that I could not...
asked by 21.12.2015 / 19:37