2 lines
38 B
SQL
2 lines
38 B
SQL
|
|
UPDATE agents SET status = 'offline';
|
|
|
UPDATE agents SET status = 'offline';
|