Agents/БД скрипт/agenttype.sql

8 lines
157 B
MySQL
Raw Normal View History

2025-04-05 17:05:02 +00:00
INSERT INTO agenttype (title,image) VALUES
('ОАО',NULL),
('МКК',NULL),
('ПАО',NULL),
('ЗАО',NULL),
('ООО',NULL),
('МФО',NULL);