
0.
create index (type=direct) on assays_manip measnum


1. tabdef assays_manip
'assays_manip' has these fields:
 1. measnum
 2. varname
 3. projsym
 4. heading
 5. subheading
 6. showsub
 7. desc
 8. units
 9. p1
10. datatype
11. origin
12. logflag
13. p2
14. corrclass
15. seemeas
16. displayorder
Indexed fields:
  measnum  (direct,  alpha order,  2 levels)

2.
delete from assays_manip where measnum = 2909

select * from assays_manip where measnum = 2909


3.
update assays_manip set desc = 'test update of desc field.. abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz' where measnum = 1705

select * from assays_manip where measnum = 1705

1705 HR_VAR Hampton1 cardiovascular heart_rate_parameters = test_update_of_desc_field.._abcdefghijklmnopqrstuvwxyz_abcdefghijklmnopqrstuvwxyz_abcdefghijklmnopqrstuvwxyz_abcdefghijklmnopqrstuvwxyz n/min + = = = + = = = 

4.
delete from assays_manip where measnum in '2909,2910,2911'

select * from assays_manip where measnum in '2909,2910,2911,2912'

2912 smallLC Paigen1 gallbladder_and_gallstones atherogenic_diet 1 small_liquid_crystals_(score:_0-4) score + = = = + = = 10 

5. 
delete from assays_manip where measnum in '9923,9924,2911,14318,6210'

select * from assays_manip where measnum in '9923,9924,2911,14318,6210,6215'

6215 LUC Peters1 hematology complete_blood_count_with_differentials 0 %_large_unstained_cells_(percent_of_total_number_of_leukocytes) % + = = = + = = 07 

6. 
delete from assays_manip where measnum like '17??' 

select * from assays_manip where measnum like '17??' 


7. 
update assays_manip set projsym = 'Hello' where measnum like '108??'

select projsym from assays_manip where measnum like '108??'

Hello 
Hello 
Hello 
Hello 
Hello 
Hello 
Hello 
Hello 
Hello 
Hello 
Hello 
Hello 

8. 
update assays_manip set projsym = 'Howdy' where measnum inlike '3608,2206,9907,161?'

select * from assays_manip where measnum inlike '3608,2206,9907,16??'

1604 bw Schulz1 body_weight = = body_weight g + = = = + = = = 
1605 age Schulz1 = = = age d + = = = + = = = 
1606 IC Schulz1 lung_function lung_volume 0 inspiratory_capacity_(+_25_cm_H2O) uL + = = = + = = = 
1607 FRC Schulz1 lung_function lung_volume 0 functional_residual_capacity uL + = = = + = = = 
1608 TLC Schulz1 lung_function lung_volume 0 total_lung_capacity uL + = = = + = = = 
1609 VC Schulz1 lung_function lung_volume 0 vital_capacity uL + = = = + = = = 
1610 Cdyn130 Howdy lung_function compliance 0 dynamic_compliance_of_respiratory_system_with_breathing_rate_of_130_per_min_(H20_pressure) uL/cm + = = = + = = = 
1611 CRS Howdy lung_function compliance 0 static_compliance_of_respiratory_system_(H20_pressure) uL/cm + = = = + = = = 
1612 CL Howdy lung_function compliance 0 static_compliance_of_lung_(H20_pressure) uL/cm + = = = + = = = 
1613 R Howdy lung_function resistance 0 respiratory_system_resistance_with_breathing_rate_of_130_per_min_(H20_pressure) cm/mL/s + = = = + = = = 
1614 sR Howdy lung_function resistance 0 specific_respiratory_system_resistance_with_breathing_rate_of_130_per_min_related_to_total_lung_capacity_(H20_pressure) cm&sdot;s + = isr = + = = = 
1615 VDF Howdy lung_function helium_expirogram 0 Fowler_dead_space_volume uL + = = = + = = = 
1616 slope Howdy lung_function helium_expirogram 0 intrapulmonary_gas_mixing:_slope_of_phase_III_(Hg_pressure) mm/mL + = = = + = = = 
1617 VA Howdy lung_function pulmonary_diffusing_capacity 0 alveolar_volume uL + = = = + = = = 
1618 D_CO Howdy lung_function pulmonary_diffusing_capacity 0 diffusing_capacity:_carbon_monoxide umol/min/hPa + = = = + = = = 
1619 sD_CO Howdy lung_function pulmonary_diffusing_capacity 0 specific_diffusing_capacity:_carbon_monoxide_to_alveolar_volume umol/min/hPa/mL + = = = + = = = 
1620 ratio_FRC_TLC Schulz1 lung_function ratios 1 functional_residual_capacity_to_total_lung_capacity uL/uL + = isr = + = = = 
1621 ratio_VDF_TLC Schulz1 lung_function ratios 1 Fowler_dead_space_volume_to_total_lung_capacity uL/uL + = isr = + = = = 
1622 ratio_TLC_bw Schulz1 lung_function ratios 1 total_lung_capacity_to_bodyweight uL/g + = isr = + = = = 
1623 ratio_VC_bw Schulz1 lung_function ratios 1 vital_capacity_to_bodyweight uL/g + = isr = + = = = 
1624 ratio_FRC_bw Schulz1 lung_function ratios 1 functional_residual_capacity_to_bodyweight uL/g + = isr = + = = = 
1625 ratio_VDF_bw Schulz1 lung_function ratios 1 Fowler_dead_space_volume_to_bodyweight uL/g + = isr = + = = = 
1626 ratio_CL_TLC Schulz1 lung_function ratios 1 static_compliance_of_lung_related_to_total_lung_capacity_(H20_pressure) 1/cm + = isr = + = = = 
1627 ratio_Cdyn130_TLC Schulz1 lung_function ratios 1 dynamic_compliance_of_respiratory_system_(breathing_rate_130/min)_related_to_total_lung_capacity_(H2O_pressure) 1/cm + = isr = + = = = 
2206 AC_MS Howdy nociception chemical = abdominal_constrictions,_magnesium_sulfate_induced,_number_in_5_min n + = = = + = = 04 
3608 7w Howdy body_weight = = body_weight,_age_7_weeks g + = = = + = = = 
9907 HDLC_17 Howdy cholesterol atherogenic_diet 1 HDL_cholesterol,_after_17_wks_on_atherogenic_diet mg/dL + = = = + = = = 
