4 lines
93 B
MySQL
4 lines
93 B
MySQL
|
UPDATE Aircraft SET
|
||
|
Type = '2018 Bell Helicopter Textron Canada 429'
|
||
|
WHERE ModeS = 'A3836E';
|