INSERT INTO categories (cat_id, cat_name, cat_description, cat_parent_id, cat_hits, cat_order, auth_viewcat, auth_viewimage, auth_download, auth_upload, auth_directupload, auth_vote, auth_sendpostcard, auth_readcomment, auth_postcomment) VALUES (1, 'İbretlik Resimler', '', 0, 0, 10, 0, 0, 2, 2, 9, 0, 0, 0, 2);
INSERT INTO categories (cat_id, cat_name, cat_description, cat_parent_id, cat_hits, cat_order, auth_viewcat, auth_viewimage, auth_download, auth_upload, auth_directupload, auth_vote, auth_sendpostcard, auth_readcomment, auth_postcomment) VALUES (2, 'Çiçek Resimleri', '', 0, 3, 20, 0, 0, 2, 2, 9, 0, 0, 0, 2);
Yukardaki şekildeki sql kodun cat_id lerini nasıl öteleyebilirim.