Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:58:17

0001 SELECT partman.create_parent(
0002 p_parent_table => 'doma_idds.contents',
0003 p_control => 'request_id',
0004 p_type => 'range',
0005 p_interval=> '1000',
0006 p_premake => 3
0007 );
0008 
0009 SELECT partman.create_parent(
0010 p_parent_table => 'doma_idds.contents_ext',
0011 p_control => 'request_id',
0012 p_type => 'range',
0013 p_interval=> '1000',
0014 p_premake => 3
0015 );