Questions tagged as 'variables'

1
answer

Take month and year

I have a variable containing it an expression that corresponds to a directory of folders. I want to show the year and the previous month: "c: \" + SUBSTRING ((dt_str, 50, 1252) GETDATE (), 1, 4) + "\" + RIGHT ("0" + (DT_STR, 2, 1252) MONTH...
asked by 04.10.2017 / 17:04
0
answers

I need the Attribute of a Dataset HDF5 to be a string

Good afternoon, I'm trying to create some attributes for my datasets, I was able to create the attributes but at the time of setting their values I'm not getting it, I've already tried it in several different ways, and currently the string that...
asked by 04.06.2018 / 21:29
0
answers

How to create a modifiable variable using a single mixin in jade?

I have 6 cards to show a title and a list on one side. Since these cards have the same structure, I created a mixin using Jade. Since each card shows a different list, I need to create a different variable for each card to access those strings....
asked by 03.12.2018 / 20:39
1
answer

SQL - Problem naming variables [closed]

As I can not explain my problem well, I'll give you an example: select cod_prod, sum(quantidade) as "Quantidade 2013", sum(quantidade) as "Quantidade 2014" from itens group by cod_prod having "Quantidade 2013" in ... The above example is no...
asked by 31.10.2016 / 01:45