Displaying 4 results from an estimated 4 matches for "value_id".
Did you mean:
value_is
2009 Mar 27
0
consistent segfaults in ROracle with one of the databases
...t, audit_batch_nbr,
audit_date
FROM dots_audit.audit_event
WHERE table_name='VALUE_PROPERTY_MAP'),
jfsm AS
(SELECT audit_key, fund_id, fund_mult
FROM dots_audit.value_property_map WHERE property_id='%s'
UNION SELECT audit_key, value_id, value_mult
FROM dots.value_property_map WHERE property_id='%s')
SELECT DISTINCT
ev.dt - to_date('01011970','ddmmyyyy') TIMESTAMP,
jfsm.value_id VALUE,
jfsm.value_mult VM,
RANK() OVER (PARTITION BY audit_batch_nbr, value_id ORD...
2009 Oct 16
2
Division of data frame and deletion of values from column
...e_days ...
1 18 76.1 106
2 19 77.0 175
3 20 78.1 121
4 21 78.2 121
5 22 78.8 106
6 23 76.3 106
.
.
.
I also have another column containing several factors, of which I would like to exclude one (get NA instead).
ID Weight Age_days Value_ID ...
1 18 76.1 106 high
2 19 77.0 175 low
3 20 78.1 121 middle
4 21 78.2 121 high
5 22 78.8 106 high
6 23 76.3 106 number <-- exclude
7 24 76.9 175 low
.
.
.
I really hope someone could help...
2005 Dec 21
2
ActiveRecord Error with << in Collection
...s/cmdb_controller.rb:24:in `new''
#{RAILS_ROOT}/app/controllers/cmdb_controller.rb:24:in `create''
=============== Controller =================
def create
@ci = ConfigurationItem.new(params[:ci])
if(params[:attribute_id])
params[:attribute_id].each_pair{ |attr_id, |attr_value_id|
attribute = ConfigurationItemAttributeValue.new
attribute.attribute_id= attr_id
attribute.value_id= attr_value_id
@ci.attributes << attribute
}
end
if(params[:attribute_value])
params[:attribute_value].each_pair{ |attr_id, |attr_value|
attribute = Configurati...
2006 Aug 02
4
is it possible to duplicate a key? --new
Im not very familiar with RoR so this question might be kind of silly.
I want to store strings from different lenguages in a database. I want
to have the key for the string in english be the ''key'' for all the
corresponding traslations of that string. For example:
(database columns)
lenguage-------------key-----------------value-----
english hello