GPUdb.update_records_by_series( table_name = None, world_table_name = None,
                                view_name = '', reserved = [], options = {} )
Updates the view specified by input parameter table_name to include full series (track) information from the input parameter world_table_name for the series (tracks) present in the input parameter view_name.
Input Parameter Description
| Name | Type | Description | 
|---|---|---|
| table_name | str | Name of the view on which the update operation will be performed. Must be a valid view in GPUdb. | 
| world_table_name | str | Name of the table containing the complete series (track) information. | 
| view_name | str | Optional name of the view containing the series (tracks) which have to be updated. Default value is ''. | 
| reserved | list of str | Default value is an empty list ( [] ). | 
| options | dict of str | Optional parameters. Default value is an empty dict ( {} ). | 
Output Parameter Description
| Name | Type | Description | 
|---|---|---|
| count | int |