modificato da created_at ad update_at la query per ftp
This commit is contained in:
@@ -171,7 +171,7 @@ sub trxelab {
|
||||
XShift, YShift, ZShift , X, Y, Z, HShift, HShiftDir, HShift_local,
|
||||
week_shift, week_shift_x, week_shift_y, week_shift_z, T_node, water_level, pressure, load_value
|
||||
from ElabDataView
|
||||
where ToolNameID = '$tool' and created_at > '$matlab_timestamp'
|
||||
where ToolNameID = '$tool' and updated_at > '$matlab_timestamp'
|
||||
order by ToolNameID DESC, EventDate, EventTime, convert(`NodeNum`, decimal) DESC
|
||||
) resulting_set
|
||||
into outfile '$fileelab'
|
||||
|
||||
Reference in New Issue
Block a user