Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- SQL file to insert data into case_type table for Aurangabad Bench civil cases
- INSERT INTO case_type (case_name, abbreviation, court_id, mattertype) VALUES
- ('APPEAL FROM ORDER', 'AO', 7, 'civil'),
- ('APPLICATION IN ELECTION PETITION', 'EPAP', 7, 'civil'),
- ('ARBITRATION APPEAL', 'ARBA', 7, 'civil'),
- ('ARBITRATION APPLICATION', 'ARB', 7, 'civil'),
- ('CIVIL APPLICATION', 'CA', 7, 'civil'),
- ('CIVIL REFERENCES', 'CRF', 7, 'civil'),
- ('CIVIL REVISION APPLICATION', 'CRA', 7, 'civil'),
- ('COMPANY APPEAL', 'CAP', 7, 'civil'),
- ('COMPANY APPLICATION', 'CMA', 7, 'civil'),
- ('COMPANY PETITION', 'CMP', 7, 'civil'),
- ('CONTEMPT APPEAL', 'CAPL', 7, 'civil'),
- ('CONTEMPT PETITION', 'CP', 7, 'civil'),
- ('CROSS APPEAL', 'X-APL', 7, 'civil'),
- ('CROSS APPEAL', 'XAP', 7, 'civil'),
- ('CROSS OBJECTION', 'X-OBJ', 7, 'civil'),
- ('ELECTION PETITION', 'EP', 7, 'civil'),
- ('FAMILY COURT APPEAL', 'FCA', 7, 'civil'),
- ('FIRST APPEAL', 'FA', 7, 'civil'),
- ('LETTER PATENT APPEAL', 'LPA', 7, 'civil'),
- ('MARRIAGE PETITION', 'MP', 7, 'civil'),
- ('MISC. CIVIL APPLICATION', 'MCA', 7, 'civil'),
- ('REJECTED CASE', 'RC', 7, 'civil'),
- ('REVIEW APPLICATION', 'RA', 7, 'civil'),
- ('SECOND APPEAL', 'SA', 7, 'civil'),
- ('SUO MOTO CONTEMPT PETITION', 'SMC', 7, 'civil'),
- ('SUO MOTO REVISION APPLICATION', 'SMR', 7, 'civil'),
- ('SUO MOTO WRIT PETITION', 'SMW', 7, 'civil'),
- ('TAX APPEAL', 'TA', 7, 'civil'),
- ('WRIT PETITION', 'WP', 7, 'civil');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement